diff options
author | 2022-11-12 15:18:39 +0100 | |
---|---|---|
committer | 2022-11-12 15:18:39 +0100 | |
commit | 45fd7ea4818812b98f05a9504a04f12fbf626e7c (patch) | |
tree | 775158fa49435e425c1334d1735aae7d9d486344 /pyproject.toml | |
parent | Merge pull request #763 from python-discord/bot-tags (diff) | |
parent | Bump django from 4.1.2 to 4.1.3 (diff) |
Merge pull request #791 from python-discord/dependabot/pip/django-4.1.3
Bump django from 4.1.2 to 4.1.3
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 7aff4491..d507af72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.2" +django = "4.1.3" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |