Skip to content

Commit

Permalink
chore: update django requirement from ~=3.0 to ~=4.0 in /api
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Apr 29, 2022
1 parent 3d7083f commit c20ec5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is auto-generated by tools/extract-requirements.sh.
# Please do not edit this file, edit the setup.py file!
coreapi
django~=3.0
django~=4.0
django-filter
djangorestframework
drf-spectacular
Expand Down
2 changes: 1 addition & 1 deletion api/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
install_requires=[
"coreapi",
"django~=3.0",
"django>=3,<5",
"djangorestframework",
"django-filter",
"drf-spectacular",
Expand Down

0 comments on commit c20ec5d

Please sign in to comment.