Skip to content

Commit f04203f

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-7267250
1 parent 933722d commit f04203f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ webob
4141
ziggurat_foundations==0.9.1
4242
zope.interface>=4.7.2,<5
4343
zope.sqlalchemy==1.6
44+
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)