Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 11390ef

Browse files
Bump djangorestframework in /{{cookiecutter.project_slug}} (#763)
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.14.0 to 3.15.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.14.0...3.15.1) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea89a49 commit 11390ef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

{{cookiecutter.project_slug}}/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ django-storages = "~=1.14"
1717
psycopg2 = "<=2.9"
1818
waitress = "~=2.1.2"
1919
whitenoise = "~=6.7.0"
20-
djangorestframework = "~=3.14.0"
20+
djangorestframework = "~=3.15.1"
2121
django-bootstrap4 = "~=22.1"
2222
django-allauth = "~=0.54.0"
2323
django-extensions = "~=3.2.3"

{{cookiecutter.project_slug}}/Pipfile.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)