Skip to content

Commit

Permalink
fix: gRPC/requirements.bazel.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-URLLIB3-5926907
  • Loading branch information
snyk-bot committed Oct 3, 2023
1 parent 529f28c commit c602682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gRPC/requirements.bazel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ futures==3.1.1
google-auth==1.24.0
oauth2client==4.1.0
requests==2.31.0
urllib3==1.26.5
urllib3==1.26.17
chardet==3.0.4
certifi==2023.7.22
idna==2.7
Expand Down

0 comments on commit c602682

Please sign in to comment.