diff options
author | 2022-12-09 21:24:53 +0100 | |
---|---|---|
committer | 2022-12-09 21:24:53 +0100 | |
commit | d97a734f18864a5a9b6f3f7d2cbd3680d6fc8246 (patch) | |
tree | 09dd35bfc2dc05dca4e8e9761c952876aacc8d4d /pyproject.toml | |
parent | Merge pull request #813 from python-discord/dependabot/pip/certifi-2022.12.7 (diff) | |
parent | Bump django from 4.1.3 to 4.1.4 (diff) |
Merge pull request #812 from python-discord/dependabot/pip/django-4.1.4
Bump django from 4.1.3 to 4.1.4
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 fa15e290..0e7ee4f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.3" +django = "4.1.4" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |