From c0c87f14803ba2d6bb4172b6d63d9a01dbb0ca93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 00:10:24 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bde0dfb..c2c8f48 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ pkginfo==1.5.0.1 pluggy==0.13.0 pre-commit==1.18.3 py==1.8.0 -Pygments==2.4.2 +Pygments==2.7.4 pyparsing==2.4.2 pytest==5.1.2 pytest-cov==2.7.1