aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2021-12-11 15:34:38 +0100
committerGravatar GitHub <[email protected]>2021-12-11 15:34:38 +0100
commit63c6c45eed00d7989eb778c9d271d25f4eedc2d6 (patch)
tree3af2cbad78f4c236bd07960ce938e6df208da686 /pyproject.toml
parentMerge pull request #631 from Akarys42/patch-1 (diff)
parentMerge branch 'main' into dependabot/pip/django-3.1.13 (diff)
Merge pull request #630 from python-discord/dependabot/pip/django-3.1.13
Bump django from 3.0.14 to 3.1.13
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 2de2bf35..14310ce8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,9 +7,9 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-django = "~=3.0.4"
+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"