Skip to content

Commit 42af926

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-FONTTOOLS-14151621 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443
1 parent 2bbf08d commit 42af926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defusedxml==0.7.1
1515
dirsearch==0.4.3.post1
1616
Django==4.1.9
1717
dnspython==2.2.1
18-
fonttools==4.38.0
18+
fonttools==4.61.0
1919
fpdf==1.7.2
2020
gitdb==4.0.10
2121
GitPython==3.1.30
@@ -72,6 +72,6 @@ types-setuptools==65.6.0.2
7272
types-toml==0.10.8.1
7373
types-urllib3==1.26.25.4
7474
typing_extensions==4.4.0
75-
urllib3==1.26.13
75+
urllib3==2.6.0
7676
uro==0.0.4
7777
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)