Skip to content

Commit

Permalink
chore(deps): bump django-cors-headers from 3.14.0 to 4.3.1
Browse files Browse the repository at this point in the history
Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 3.14.0 to 4.3.1.
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@3.14.0...4.3.1)

---
updated-dependencies:
- dependency-name: django-cors-headers
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent dbc6fe6 commit 6f09a53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude = ["caluma/**/tests"]
python = "^3.8.1"
dateparser = "^1.1.0"
Django = "^3.2.19"
django-cors-headers = "^3.11.0"
django-cors-headers = ">=3.11,<5.0"
django-environ = "^0.10.0"
django-filter = "^23.1"
django-localized-fields = "^6.6"
Expand Down

0 comments on commit 6f09a53

Please sign in to comment.