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.
|
||||
# Please do not edit this file, edit the setup.py file!
|
||||
coreapi
|
||||
django~=3.0
|
||||
django~=3.2.13
|
||||
django-filter
|
||||
djangorestframework
|
||||
drf-spectacular
|
||||
|
|
|
@ -33,7 +33,7 @@ setup(
|
|||
},
|
||||
install_requires=[
|
||||
"coreapi",
|
||||
"django~=3.0",
|
||||
"django~=3.2.13",
|
||||
"djangorestframework",
|
||||
"django-filter",
|
||||
"drf-spectacular",
|
||||
|
|
Loading…
Reference in New Issue