Skip to content

Commit 9cf78e6

Browse files
build(deps): update djangorestframework requirement
Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.15.2...3.16.0) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1c3e4d4 commit 9cf78e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django~=5.1.0
2-
djangorestframework~=3.15.2
2+
djangorestframework~=3.16.0
33
django-filter~=24.2.0
44
django-debug-toolbar~=5.0.1
55
django-dbbackup~=4.2.0

requirements-prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Django~=5.1.0
2-
djangorestframework~=3.15.0
2+
djangorestframework~=3.16.0
33
django-filter~=24.3.0
44
psycopg2~=2.9.10
55
sqlparse~=0.5.1

0 commit comments

Comments
 (0)