Skip to content

Commit b8610e4

Browse files
committed
ci: Use only the released (non --pre) versions of Django 5 for testing
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 2b1d7aa commit b8610e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-310-with-tornado.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aiohttp>=3.8.3
1010
boto3>=1.17.74
1111
celery>=5.2.7
1212
coverage>=5.5
13-
Django>=5.0a1 --pre
13+
Django>=5.0
1414
fastapi>=0.92.0
1515
flask>=2.3.2
1616
markupsafe>=2.1.0

tests/requirements-310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp>=3.8.3
33
boto3>=1.17.74
44
celery>=5.2.7
55
coverage>=5.5
6-
Django>=5.0a1 --pre
6+
Django>=5.0
77
fastapi>=0.92.0
88
flask>=2.3.2
99
markupsafe>=2.1.0

0 commit comments

Comments
 (0)