aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-11-27 13:29:01 +0100
committerGravatar Johannes Christ <[email protected]>2021-11-27 13:29:01 +0100
commit73bbd7908a084484cba283c0243d67bd3339b953 (patch)
tree3172bdfea1e2e0c629f543842a439ef1ab497d73 /pyproject.toml
parentMigrate to generic `JSONField` (diff)
Update `django-filter` for new Django version
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 10b2d75b..14310ce8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.9.*"
django = "~=3.1.13"
django-environ = "~=0.4.5"
-django-filter = "~=2.1.0"
+django-filter = "~=21.1"
djangorestframework = "~=3.11.0"
psycopg2-binary = "~=2.8.0"
django-simple-bulma = "~=2.1"