Skip to content

Commit 8ce957e

Browse files
authored
fix(requirements): Increase minimum required Django 3 version (#350)
* fix(requirements): Increase minimum required urllib3 version This commit increases the minimum required urllib3 version to 1.26.5, which is currently the lowes, without known CVE vulnerability. For further info on the particular vulnerability see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33503 * fix(requirements): Increase minimum required Django 3 version This commit increases the minimum required Django 3 version to 3.2.10, which is currently the lowes, without known CVE vulnerability. For further info on the particular vulnerability see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44420
1 parent c7716d2 commit 8ce957e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-310.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ aiohttp>=3.7.4
1212
boto3>=1.17.74
1313
celery>=5.0.5
1414
coverage>=5.5
15-
Django>=3.2.3
15+
Django>=3.2.10
1616
fastapi>=0.65.1
1717
flask>=2.0.0
1818
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.7.4
33
boto3>=1.17.74
44
celery>=5.0.5
55
coverage>=5.5
6-
Django>=3.2.3
6+
Django>=3.2.10
77
fastapi>=0.65.1
88
flask>=1.1.4,<2.0.0
99
grpcio>=1.37.1

0 commit comments

Comments
 (0)