Skip to content

Commit

Permalink
build(deps): bump djangorestframework in /requirements
Browse files Browse the repository at this point in the history
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.15.1 to 3.15.2.
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.1...3.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent f876f04 commit 3c24af6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,27 @@ asgiref==3.8.1
# via django
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -c constraints.txt
# django
# djangorestframework
django==4.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# -c common_constraints.txt
# -r base.in
# django-model-utils
# djangorestframework
# edx-django-release-util
# jsonfield
django-model-utils==4.5.1
# via -r requirements/base.in
djangorestframework==3.15.1
# via -r requirements/base.in
# via -r base.in
djangorestframework==3.15.2
# via -r base.in
edx-django-release-util==1.4.0
# via -r requirements/base.in
# via -r base.in
jsonfield==3.1.0
# via -r requirements/base.in
# via -r base.in
pytz==2024.1
# via -r requirements/base.in
# via -r base.in
pyyaml==6.0.1
# via edx-django-release-util
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ django-model-utils==4.5.1
# -r base.txt
# -r docs.txt
# -r test.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r base.txt
# -r docs.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ django==4.2.13
# jsonfield
django-model-utils==4.5.1
# via -r base.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via -r base.txt
docutils==0.19
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ django-model-utils==4.5.1
# via
# -r base.txt
# -r docs.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r base.txt
# -r docs.txt
Expand Down

0 comments on commit 3c24af6

Please sign in to comment.