mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-08-25 09:27:36 +00:00
fix: requirements.txt to reduce vulnerabilities (#1276)
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GITPYTHON-16438979 - https://snyk.io/vuln/SNYK-PYTHON-GITPYTHON-16438980 Signed-off-by: Paige Patton <prubenda@redhat.com> Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
co-authored by
snyk-bot
parent
10aa798e50
commit
458f89f30e
+1
-1
@@ -9,7 +9,7 @@ azure-mgmt-network==27.0.0
|
||||
coverage==7.6.12
|
||||
datetime==5.4
|
||||
docker>=6.0,<7.0 # docker 7.0+ has breaking changes; upgrade to 7.x to allow requests>=2.33.0
|
||||
gitpython==3.1.47
|
||||
gitpython==3.1.49
|
||||
google-auth==2.37.0
|
||||
google-cloud-compute==1.22.0
|
||||
ibm_cloud_sdk_core>=3.20.0 # Requires urllib3>=2.1.0 (compatible with updated boto3)
|
||||
|
||||
Reference in New Issue
Block a user