Skip to content

Commit

Permalink
Bump django-cors-headers from 4.1.0 to 4.2.0 (#11254)
Browse files Browse the repository at this point in the history
* Bump django-cors-headers from 4.1.0 to 4.2.0

Bumps [django-cors-headers](https://github.com/adamchainz/django-cors-headers) from 4.1.0 to 4.2.0.
- [Changelog](https://github.com/adamchainz/django-cors-headers/blob/main/CHANGELOG.rst)
- [Commits](adamchainz/django-cors-headers@4.1.0...4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* - Align "setup.cfg" to "requirements.txt"

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <[email protected]>
  • Loading branch information
dependabot[bot] and afabiani authored Jul 12, 2023
1 parent 2285c26 commit 2315bee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ sherlock==0.4.1

# required by monitoring
psutil==5.9.5
django-cors-headers==4.1.0
django-cors-headers==4.2.0
user-agents
django-user-agents
xmljson
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ install_requires =

# required by monitoring
psutil==5.9.5
django-cors-headers==4.1.0
django-cors-headers==4.2.0
user-agents
django-user-agents
xmljson
Expand Down

0 comments on commit 2315bee

Please sign in to comment.