Skip to content

Commit 26b2f50

Browse files
chore(deps): update django requirement from ~=5.2 to ~=6.0
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@5.2...6.0.1) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 79334c3 commit 26b2f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = "~=3.13.2"
1111

1212
dependencies = [
13-
"Django~=5.2",
13+
"Django~=6.0",
1414
"celery[redis]~=5.4.0",
1515
"flower", # celery-dashboard
1616
"django-celery-beat",

0 commit comments

Comments
 (0)