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:
snyk-bot 2024-07-10 03:58:41 +00:00
parent 6b0bf1c9b9
commit 7705e8bf80
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -5,3 +5,4 @@ emoji==2.2.0
prettytable==3.6.0 prettytable==3.6.0
psutil==5.9.4 psutil==5.9.4
requests==2.28.2 requests==2.28.2
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability