aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar sarzz <[email protected]>2023-10-05 16:50:26 +0530
committerGravatar GitHub <[email protected]>2023-10-05 16:50:26 +0530
commit80387ae48baf70b8fd1b74674df566505dbe9c6a (patch)
tree882415c7fa607695e4f5a85754d436ccd6f0486e /pyproject.toml
parentremoving margin-left property from base.css to fix the overflow caused by dis... (diff)
parentMerge pull request #1120 from python-discord/dependabot/pip/django-4.2.6 (diff)
Merge branch 'main' into main
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 7fd6dfd7..2204cf68 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.11.*"
-django = "4.2.5"
+django = "4.2.6"
django-distill = "3.1.3"
django-environ = "0.11.2"
django-filter = "23.3"