diff options
| author | 2023-08-02 20:27:11 +0200 | |
|---|---|---|
| committer | 2023-08-02 20:27:11 +0200 | |
| commit | e646b998bec9cc10837b22e6a1f872cefc7cae9d (patch) | |
| tree | 24880ddb08f61b8f7c4139b504328bffd0d8d3da /pyproject.toml | |
| parent | Bump ruff from 0.0.281 to 0.0.282 (#1062) (diff) | |
| parent | Bump django from 4.2.3 to 4.2.4 (diff) | |
Merge pull request #1063 from python-discord/dependabot/pip/django-4.2.4
Bump django from 4.2.3 to 4.2.4
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 7f343a73..1c00d792 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" [tool.poetry.dependencies] python = "3.11.*" -django = "4.2.3" +django = "4.2.4" django-distill = "3.1.3" django-environ = "0.10.0" django-filter = "23.2" |