Skip to content

Commit

Permalink
fix: requirements.txt to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
  • Loading branch information
snyk-bot committed Jul 16, 2024
1 parent 33a5364 commit c7dee23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pytest==7.1.3
pytest-cov==4.0.0
python-dateutil==2.8.2
PyYAML==6.0
setuptools==65.6.3
setuptools==70.0.0
six==1.16.0
SQLAlchemy==1.4.44
sqlalchemy-stubs==0.4
Expand Down

0 comments on commit c7dee23

Please sign in to comment.