From 778e9baacc0c6695ac04630fb95b801b828b1f23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Sep 2021 01:21:46 +0000 Subject: [PATCH] fix: requirements-dev.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-dev.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 690a3368c7aca..af0d083ff7e7a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -78,4 +78,5 @@ tabulate>=0.8.3 natsort git+https://github.com/pandas-dev/pydata-sphinx-theme.git@master git+https://github.com/numpy/numpydoc -pyflakes>=2.2.0 \ No newline at end of file +pyflakes>=2.2.0 +pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file