Skip to content

Commit

Permalink
Update django requirement from ~=4.2 to ~=5.1
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](django/django@4.2...5.1.1)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 35c7c0c commit 012d675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classifiers = ["License :: OSI Approved :: MIT License"]
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"Django ~=4.2",
"Django ~=5.1",
"ts3 ~=2.0.0b3",
"django-environ ~=0.11.2",
"mysqlclient ~=2.2",
Expand Down

0 comments on commit 012d675

Please sign in to comment.