aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2021-12-13 19:09:03 +0000
committerGravatar Chris Lovering <[email protected]>2021-12-13 19:09:03 +0000
commit5c4c6328da2a91aecf5cd927e72446b7e0f8ab78 (patch)
treeee47919896ebab5f727e62d647c9c5591737bf72 /pyproject.toml
parentMerge pull request #633 from python-discord/dependabot/pip/django-3.1.14 (diff)
Bump drf up to 3.12.0
This is to add support for Django 3.1's database-agnositic JSONField.
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 8da2f51e..258772c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ python = "3.9.*"
django = "~=3.1.14"
django-environ = "~=0.4.5"
django-filter = "~=21.1"
-djangorestframework = "~=3.11.0"
+djangorestframework = "~=3.12.0"
psycopg2-binary = "~=2.8.0"
django-simple-bulma = "~=2.1"
whitenoise = "~=5.0"