Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 30, 2024
1 parent de682e5 commit 9a22217
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pep8-naming==0.13.3
safety

# Packaging
setuptools==69.5.1
setuptools==70.0.0
twine==5.0.0
wheel==0.43.0

Expand All @@ -30,3 +30,7 @@ types-mock==5.1.0.20240311
types-orjson==3.6.2
types-PyYAML==6.0.12.20240311
types-jsonschema==4.21.0.20240331
authlib>=1.3.1 # not directly required, pinned by Snyk to avoid a vulnerability
requests>=2.32.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

0 comments on commit 9a22217

Please sign in to comment.