Skip to content

Commit 3bc3901

Browse files
requirements: update django requirement from <5,>=4.2.11 to >=4.2.11,<6
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] <[email protected]>
1 parent 625bac3 commit 3bc3901

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

requirements/azure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
cryptography>=39.0.1
2-
django>=4.2.11,<5
2+
django>=4.2.11,<6
33
django-storages[azure]

requirements/s3.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
boto3
2-
django>=4.2.11,<5
2+
django>=4.2.11,<6
33
django-storages

requirements/ses.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
boto
2-
django>=4.2.11,<5
2+
django>=4.2.11,<6
33
django-ses

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests_require =
2727
httmock
2828
requests-mock
2929
install_requires =
30-
Django>=4.2.11,<5
30+
Django>=4.2.11,<6
3131
django-guardian
3232
django-registration-redux
3333
django-templated-email

0 commit comments

Comments
 (0)