Commit 8ce957e
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-444201 parent c7716d2 commit 8ce957e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments