From 5a327f2b9d1a9d5806a812dfe11880a98a4a47d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Mar 2021 22:48:59 +0000 Subject: [PATCH] fix: dev-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index fd1a6a90..c240bd3c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -80,7 +80,7 @@ pycodestyle==2.5.0 # via flake8 pycparser==2.19 # via cffi pycryptodome==3.9.4 # via python-jose pyflakes==2.1.1 # via flake8 -pygments==2.5.2 # via sphinx +pygments==2.7.4 # via sphinx pyparsing==2.4.6 # via packaging pyrsistent==0.14.11 pytest-cov==2.8.1