Skip to content

Commit 9b41c8c

Browse files
authored
Update requirements for Django 4.1+ (#589)
* Update docs.txt * Update runtime.txt
1 parent 6455a93 commit 9b41c8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django>=2.2,<4.1
1+
Django>=2.2,<4.2
22
https://github.com/celery/sphinx_celery/archive/master.zip
33
https://github.com/celery/kombu/zipball/master#egg=kombu
44
https://github.com/celery/celery/zipball/master#egg=celery

requirements/runtime.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django>=2.2,<4.1
1+
Django>=2.2,<4.2

0 commit comments

Comments
 (0)