Skip to content

Commit 1ba8eca

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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>=5.2,<7.0",
1414
"celery[redis]~=5.4.0",
1515
"flower", # celery-dashboard
1616
"django-celery-beat",

0 commit comments

Comments
 (0)