From da99d6d0fcbfe913fd1e1a9ee18ab1e015f067cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 03:53:55 +0000 Subject: [PATCH] fix: py/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899 --- py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/requirements.txt b/py/requirements.txt index a1e810e374667..adfd3eb974046 100644 --- a/py/requirements.txt +++ b/py/requirements.txt @@ -31,4 +31,4 @@ trio==0.20.0 trio-websocket==0.9.2 urllib3[socks]==1.26.9 wsproto==1.1.0 -zipp==3.8.0 +zipp==3.19.1