From a0f4636f078f017d610804195e1e881649db79eb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Jul 2023 16:00:43 +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-PYGMENTS-5750273 --- 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 680d0816..c40abeb5 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -41,7 +41,7 @@ prometheus-client==0.3.1 protobuf==3.6.1 protobuf-to-dict==0.1.0 ptyprocess==0.6.0 -Pygments==2.2.0 +Pygments==2.15.0 pyparsing==2.2.0 PySocks==1.6.8 python-dateutil==2.7.3