diff options
| author | 2023-10-05 16:50:26 +0530 | |
|---|---|---|
| committer | 2023-10-05 16:50:26 +0530 | |
| commit | 80387ae48baf70b8fd1b74674df566505dbe9c6a (patch) | |
| tree | 882415c7fa607695e4f5a85754d436ccd6f0486e /pyproject.toml | |
| parent | removing margin-left property from base.css to fix the overflow caused by dis... (diff) | |
| parent | Merge 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.toml | 2 |
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" |