Skip to content

Commit c20ec5d

Browse files
chore: update django requirement from ~=3.0 to ~=4.0 in /api
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.0...4.0.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d7083f commit c20ec5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

api/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is auto-generated by tools/extract-requirements.sh.
22
# Please do not edit this file, edit the setup.py file!
33
coreapi
4-
django~=3.0
4+
django~=4.0
55
django-filter
66
djangorestframework
77
drf-spectacular

api/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
install_requires=[
3232
"coreapi",
33-
"django~=3.0",
33+
"django>=3,<5",
3434
"djangorestframework",
3535
"django-filter",
3636
"drf-spectacular",

0 commit comments

Comments
 (0)