mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
deps: ipdate django to 3.2
This commit is contained in:
parent
e969d62454
commit
ccb60d5b24
2 changed files with 9 additions and 7 deletions
|
@ -134,3 +134,5 @@ TEMPLATES = [
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
DEFAULT_AUTO_FIELD='django.db.models.AutoField'
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
Django==3.1.14
|
Django==3.2.23
|
||||||
Unipath==1.1
|
Unipath==1.1
|
||||||
coverage==4.5.1
|
coverage==4.5.4
|
||||||
django-cors-headers==3.11.0
|
django-cors-headers==3.14.0
|
||||||
django-discover-runner==1.0
|
django-discover-runner==1.0
|
||||||
django-redis==4.12.1
|
django-redis==4.12.1
|
||||||
django-cachalot==2.3.5
|
django-cachalot==2.4.2
|
||||||
djangorestframework==3.14.0
|
djangorestframework==3.14.0
|
||||||
gunicorn==20.1.0
|
gunicorn==21.2.0
|
||||||
mimeparse==0.1.3
|
mimeparse==0.1.3
|
||||||
psycopg2-binary==2.9.5
|
psycopg2-binary==2.9.9
|
||||||
python-dateutil==2.8.1
|
python-dateutil==2.8.2
|
||||||
python-mimeparse==1.6.0
|
python-mimeparse==1.6.0
|
||||||
|
|
Loading…
Reference in a new issue