aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-12-12 15:25:26 +0000
committerGravatar GitHub <[email protected]>2021-12-12 15:25:26 +0000
commit26834b68c82d52d2308b803441ce73d5458b4c8c (patch)
tree6f2792decfe9a9aa07e27d74d2e3de9fa4b3c187 /pyproject.toml
parentMerge pull request #632 from python-discord/use-new-message-view (diff)
parentMerge branch 'main' into dependabot/pip/django-3.1.14 (diff)
Merge pull request #633 from python-discord/dependabot/pip/django-3.1.14
Bump django from 3.1.13 to 3.1.14
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 14310ce8..8da2f51e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-django = "~=3.1.13"
+django = "~=3.1.14"
django-environ = "~=0.4.5"
django-filter = "~=21.1"
djangorestframework = "~=3.11.0"