fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
This commit is contained in:
parent
a497f03089
commit
cfc1bf3bab
|
@ -10,3 +10,4 @@ pydantic>=2.0.2
|
||||||
pydantic-settings>=2.0.1
|
pydantic-settings>=2.0.1
|
||||||
typer>=0.12.3
|
typer>=0.12.3
|
||||||
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
|
Loading…
Reference in New Issue
Block a user