From 50173a6b04edcd41e693cdf3aacc069b0e611dab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 2 Jul 2023 17:31:05 +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 74d37475..81f0ca3d 100644 --- a/pip-sample/requirements.txt +++ b/pip-sample/requirements.txt @@ -44,7 +44,7 @@ prompt-toolkit==2.0.7 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