chore(api): pin/upgrade django to ~=3.2.13

This commit is contained in:
jo 2022-06-18 11:38:32 +02:00 committed by Jonas L
parent eef789e4d1
commit 14b716d366
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# This file is auto-generated by tools/extract-requirements.sh. # This file is auto-generated by tools/extract-requirements.sh.
# Please do not edit this file, edit the setup.py file! # Please do not edit this file, edit the setup.py file!
coreapi coreapi
django~=3.0 django~=3.2.13
django-filter django-filter
djangorestframework djangorestframework
drf-spectacular drf-spectacular

View File

@ -33,7 +33,7 @@ setup(
}, },
install_requires=[ install_requires=[
"coreapi", "coreapi",
"django~=3.0", "django~=3.2.13",
"djangorestframework", "djangorestframework",
"django-filter", "django-filter",
"drf-spectacular", "drf-spectacular",