diff options
author | 2023-01-14 08:36:19 -0800 | |
---|---|---|
committer | 2023-01-14 08:36:19 -0800 | |
commit | 7e2c0a114e6e64ed9c77a848030546609b269fb7 (patch) | |
tree | 0eef9762955f3bcbee1e611cfa087831de8ad7d0 /pyproject.toml | |
parent | Merge pull request #830 from python-discord/dependabot/pip/httpx-0.23.3 (diff) | |
parent | Bump django from 4.1.4 to 4.1.5 (diff) |
Merge pull request #827 from python-discord/dependabot/pip/django-4.1.5
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 64ce3531..712d6057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.4" +django = "4.1.5" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |