Skip to content

Commit 480882a

Browse files
authored
Bump versions (#639)
1 parent c0502ab commit 480882a

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

requirements/docs.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Django>=2.2,<4.2
1+
Django>=2.2,<5.0
22
https://github.com/celery/sphinx_celery/archive/master.zip
3-
https://github.com/celery/kombu/zipball/master#egg=kombu
4-
https://github.com/celery/celery/zipball/master#egg=celery
3+
https://github.com/celery/kombu/zipball/main#egg=kombu
4+
https://github.com/celery/celery/zipball/main#egg=celery
55
-r default.txt

requirements/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django>=2.2,<4.3
1+
Django>=2.2,<5.0

requirements/test-django.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django>=3.2,<4.2
1+
Django>=3.2,<5.0

requirements/test-django42.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
django>=4.2a1,<4.3
1+
django>=4.2b1,<5.0

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
case>=1.3.1
2-
pytest-django>=2.2,<5.0
2+
pytest-django>=4.5.2,<5.0
33
pytest>=6.2.5,<8.0
44
pytest-timeout
55
ephem

0 commit comments

Comments
 (0)