Update django version

This commit is contained in:
Sonny Bakker 2021-04-23 22:42:18 +02:00
parent f02a7b6eb7
commit 679dc2a0d6
11 changed files with 667 additions and 19 deletions

View file

@ -8,7 +8,7 @@ license = "GPL-3.0"
[tool.poetry.dependencies]
python = "^3.7"
bleach = "^3.1.4"
Django = "^3.0.5"
Django = "^3.2"
celery = "^4.4.2"
beautifulsoup4 = "^4.9.0"
django-axes = "^5.3.1"
@ -23,7 +23,6 @@ requests = "^2.23.0"
psycopg2-binary = "^2.8.5"
gunicorn = "^20.0.4"
python-dotenv = "^0.12.0"
django = ">=3.0.7"
sentry-sdk = {version = "^0.15.1", optional = true}
ftfy = "^5.8"
requests_oauthlib = "^1.3.0"