chore(api): pin/upgrade django to ~=3.2.13
This commit is contained in:
parent
eef789e4d1
commit
14b716d366
|
@ -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
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue