diff options
| author | 2023-02-19 07:06:32 -0800 | |
|---|---|---|
| committer | 2023-02-19 07:06:32 -0800 | |
| commit | 286bd800d07bcabe27a27a2bb38f8347884a1a95 (patch) | |
| tree | 6edbe0837028a8b2f3f93883585b5328db4f288f /pyproject.toml | |
| parent | Merge pull request #877 from python-discord/dependabot/pip/flake8-bugbear-23.... (diff) | |
| parent | Bump django from 4.1.6 to 4.1.7 (diff) | |
Merge pull request #878 from python-discord/dependabot/pip/django-4.1.7
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 7c9511d5..b4d9deda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.10.*" -django = "4.1.6" +django = "4.1.7" django-environ = "0.9.0" django-filter = "22.1" djangorestframework = "3.14.0" |