From 90c3d8ce7904468d5beecefd1ecd53e3bc3cce3d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 10:07:00 +0000 Subject: [PATCH] fix: pip-sample/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-VIRTUALENV-14912451 --- pip-sample/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-sample/requirements.txt b/pip-sample/requirements.txt index 1d7c58ab9..fbf1be943 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -53,7 +53,7 @@ testpath==0.4.1 traitlets==4.3.2 tweepy==3.6.0 urllib3==1.23 -virtualenv==16.0.0 +virtualenv==20.36.1 wcwidth==0.1.7 webencodings==0.5.1 Werkzeug==0.14.1