mirror of
https://github.com/ivuorinen/github-stats.git
synced 2026-01-25 19:14:05 +00:00
fix: requirements.txt to reduce vulnerabilities (#9)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
requests
|
||||
aiohttp
|
||||
aiohttp
|
||||
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
Reference in New Issue
Block a user