fix: dev-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 04:27:19 +00:00
parent 6b0bf1c9b9
commit 7033f816b0
No known key found for this signature in database
GPG Key ID: 78AC5AE55A47A65B

View File

@ -1,2 +1,3 @@
pytest==7.2.2 pytest==7.2.2
pylint==2.17.1 pylint==2.17.1
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability