Skip to content

Commit

Permalink
requirements: update django requirement from <5,>=4.2.11 to >=4.2.11,<6
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.11...5.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 15, 2024
1 parent 9e10a18 commit 852bf0d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/azure.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cryptography>=39.0.1
django>=4.2.11,<5
django>=4.2.11,<6
django-storages[azure]
2 changes: 1 addition & 1 deletion requirements/s3.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto3
django>=4.2.11,<5
django>=4.2.11,<6
django-storages
2 changes: 1 addition & 1 deletion requirements/ses.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
boto
django>=4.2.11,<5
django>=4.2.11,<6
django-ses
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tests_require =
httmock
requests-mock
install_requires =
Django>=4.2.11,<5
Django>=4.2.11,<6
django-guardian
django-registration-redux
django-templated-email
Expand Down

0 comments on commit 852bf0d

Please sign in to comment.