Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]>=3.9.2
aiohttp>=3.9.4
beautifulsoup4
cvss
defusedxml
Expand All @@ -16,11 +16,12 @@ packageurl-python
packaging
plotly
pyyaml>=5.4
requests>=2.32.0
requests>=2.32.2
rich
rpmfile>=1.0.6
setuptools>=65.5.1 # pinned by Snyk to avoid a vulnerability
setuptools>=70.0.0 # pinned by Snyk to avoid a vulnerability
toml; python_version < "3.11"
urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs
urllib3>=2.2.2 # dependency of requests added explictly to avoid CVEs
xmlschema
zstandard; python_version >= "3.4"
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 comments on commit f37b8b5

Please sign in to comment.