Skip to content

Commit de61ca5

Browse files
committed
fix: runtime/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GRPCIO-9486468
1 parent 3a7d93f commit de61ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
appdirs==1.4.4
22
baron==0.10.1
3-
grpcio==1.60.1
3+
grpcio==1.60.2
44
grpcio-health-checking==1.60.1
55
grpcio-reflection==1.60.1
66
protobuf==4.24.4

0 commit comments

Comments
 (0)