diff options
author | 2022-10-12 12:35:28 -0700 | |
---|---|---|
committer | 2022-10-12 12:35:28 -0700 | |
commit | bf1f39ad700a862c5de2ea27c6a9f6dd6b4dc2e3 (patch) | |
tree | 1bc0e4663149e529be9fbbb5e4e7a3b4fe9546c3 /pyproject.toml | |
parent | Merge pull request #778 from python-discord/dependabot/pip/psycopg2-binary-2.9.4 (diff) | |
parent | Bump django from 4.1.1 to 4.1.2 (diff) |
Merge pull request #777 from python-discord/dependabot/pip/django-4.1.2
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 a7379bdc..0c1e6e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.1" +django = "4.1.2" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |