Skip to content

Commit 3491076

Browse files
committed
test: Set latest Django as the minimum required
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 02fb992 commit 3491076

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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>=4.2.2
13+
Django>=4.2.4
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>=4.2.2
6+
Django>=4.2.4
77
fastapi>=0.92.0
88
flask>=2.3.2
99
markupsafe>=2.1.0

tests/requirements.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>=4.2.2
6+
Django>=4.2.4
77
fastapi>=0.92.0
88
flask>=2.3.2
99
grpcio>=1.37.1

0 commit comments

Comments
 (0)