Skip to content

Commit

Permalink
fix: deploy-agent/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 129d0de commit d0f9705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-agent/requirements.txt
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ PyYAML==6.0.1; python_version >= '3.12'
zipp==1.2.0
configparser==4.0.2
python-daemon==2.0.6
setuptools==44.1.1; python_version < '3'
setuptools==54.2.0; python_version >= '3'
setuptools==70.0.0; python_version < '3'
setuptools==70.0.0; python_version >= '3'

0 comments on commit d0f9705

Please sign in to comment.