aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 75292eb2..467fc8bc 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,10 +7,10 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-django = "~=3.2.14"
+django = "~=4.0"
django-environ = "~=0.4.5"
django-filter = "~=21.1"
-djangorestframework = "~=3.12.0"
+djangorestframework = "~=3.13"
psycopg2-binary = "~=2.8.0"
django-simple-bulma = "~=2.4"
whitenoise = "~=5.0"