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

Commit 0061e24

Browse files
Bump djangorestframework in /{{cookiecutter.project_slug}} (#306)
Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.12.4 to 3.13.1. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.12.4...3.13.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 a619170 commit 0061e24

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.12"
1717
psycopg2 = "<2.9"
1818
waitress = "~=2.0.0"
1919
whitenoise = "~=5.3.0"
20-
djangorestframework = "~=3.12.4"
20+
djangorestframework = "~=3.13.1"
2121
django-bootstrap4 = "~=21.1"
2222
django-allauth = "~=0.47.0"
2323
django-rest-auth = "~=0.9.5"

{{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)