diff options
author | 2021-12-12 15:25:26 +0000 | |
---|---|---|
committer | 2021-12-12 15:25:26 +0000 | |
commit | 26834b68c82d52d2308b803441ce73d5458b4c8c (patch) | |
tree | 6f2792decfe9a9aa07e27d74d2e3de9fa4b3c187 /pyproject.toml | |
parent | Merge pull request #632 from python-discord/use-new-message-view (diff) | |
parent | Merge branch 'main' into dependabot/pip/django-3.1.14 (diff) |
Merge pull request #633 from python-discord/dependabot/pip/django-3.1.14
Bump django from 3.1.13 to 3.1.14
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 14310ce8..8da2f51e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.9.*" -django = "~=3.1.13" +django = "~=3.1.14" django-environ = "~=0.4.5" django-filter = "~=21.1" djangorestframework = "~=3.11.0" |