Skip to content

Commit

Permalink
fix(deps): bump djangorestframework from 3.13.1 to 3.15.2 (#2318)
Browse files Browse the repository at this point in the history
* fix(deps): bump djangorestframework from 3.13.1 to 3.15.2

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.13.1 to 3.15.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.13.1...3.15.2)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
...

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

* Also update DRF in common

Co-Authored-By: faucomte97 <[email protected]>
  • Loading branch information
dependabot[bot] and faucomte97 authored Jun 27, 2024
1 parent 9bbc5d3 commit 3bff5bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cfl_common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
include_package_data=True,
install_requires=[
"django==3.2.25",
"djangorestframework==3.13.1",
"djangorestframework==3.15.2",
"django-two-factor-auth==1.13.2",
"django-countries==7.3.1",
"pyjwt==2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
install_requires=[
"django==3.2.25",
"django-countries==7.3.1",
"djangorestframework==3.13.1",
"djangorestframework==3.15.2",
"django-pipeline==2.0.8",
"django-recaptcha==2.0.6",
"pyyaml==5.4.1",
Expand Down

0 comments on commit 3bff5bf

Please sign in to comment.