diff options
author | 2023-02-09 09:40:40 -0800 | |
---|---|---|
committer | 2023-02-09 09:40:40 -0800 | |
commit | 80dec48d6662c3d08845fbb1cbe2bc5d61bdc8f5 (patch) | |
tree | eb0754ca1825aa6916fd820c32f2803330745cff /pyproject.toml | |
parent | Merge pull request #865 from python-discord/dependabot/github_actions/docker/... (diff) | |
parent | Bump django from 4.1.5 to 4.1.6 (diff) |
Merge pull request #866 from python-discord/dependabot/pip/django-4.1.6
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 e89fae93..7952274f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.5" +django = "4.1.6" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |