Skip to content

Commit ff541b3

Browse files
Update django requirement from <5.3,>=5.2 to >=5.2,<6.1
Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](django/django@5.2...6.0) --- updated-dependencies: - dependency-name: django dependency-version: '6.0' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a1f907 commit ff541b3

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
@@ -8,7 +8,7 @@ dependencies = [
88
"blurhash-python>=1.2.2",
99
"cachetools>=5.5.0",
1010
"dateparser>=1.2.0",
11-
"django>=5.2,<5.3",
11+
"django>=5.2,<6.1",
1212
"django-anymail[mailgun,amazon-ses,sendgrid,mailjet,postal,mandrill,mailersend,brevo]>=13.0",
1313
"django-auditlog>=3.0.0",
1414
"django-bleach>=3.1.0",

0 commit comments

Comments
 (0)