Skip to content

Commit 9fc40c3

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210
1 parent 120e263 commit 9fc40c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ tblib>=1.7.0 # So that the django test runner provides tracebacks
7979
tlds>=2022042700 # Used to teach bleach about which TLDs currently exist
8080
tqdm>=4.64.0
8181
Unidecode>=1.3.4
82-
urllib3>=1.26,<2
82+
urllib3>=2.6.3
8383
weasyprint>=64.1
8484
xml2rfc>=3.23.0
8585
xym>=0.6,<1.0

0 commit comments

Comments
 (0)