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.
# Please do not edit this file, edit the setup.py file!
coreapi
django~=3.0
django~=3.2.13
django-filter
djangorestframework
drf-spectacular

View File

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