Skip to content

Commit

Permalink
Update django requirement from <5.0 to <6.0
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@1.0...5.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent f9f9a82 commit 6b97f54
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 @@ -8,7 +8,7 @@ dependencies = [
"blurhash-python>=1.2.2",
"cachetools>=5.5.0",
"dateparser>=1.2.0",
"django<5.0",
"django<6.0",
"django-anymail>=12.0",
"django-auditlog>=3.0.0",
"django-bleach>=3.1.0",
Expand Down

0 comments on commit 6b97f54

Please sign in to comment.