aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2023-02-09 09:40:40 -0800
committerGravatar GitHub <[email protected]>2023-02-09 09:40:40 -0800
commit80dec48d6662c3d08845fbb1cbe2bc5d61bdc8f5 (patch)
treeeb0754ca1825aa6916fd820c32f2803330745cff /pyproject.toml
parentMerge pull request #865 from python-discord/dependabot/github_actions/docker/... (diff)
parentBump django from 4.1.5 to 4.1.6 (diff)
Merge pull request #866 from python-discord/dependabot/pip/django-4.1.6
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 e89fae93..7952274f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.10.*"
-django = "4.1.5"
+django = "4.1.6"
django-environ = "0.9.0"
django-filter = "22.1"
djangorestframework = "3.14.0"