From bbfde84112767f5cda2cfb8ae3371380af53bbe5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Apr 2022 16:53:43 +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-IPYTHON-2348630 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505 --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e988837..8919bfe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,7 +9,7 @@ identify==1.4.14 importlib-metadata==1.6.0 importlib-resources==1.4.0 ipdb==0.12.3 -ipython==7.11.1 +ipython==7.16.3 ipython-genutils==0.2.0 jedi==0.16.0 more-itertools==8.2.0 @@ -23,7 +23,7 @@ pre-commit==1.21.0 prompt-toolkit==3.0.5 ptyprocess==0.6.0 py==1.8.1 -Pygments==2.6.1 +Pygments==2.7.4 pyparsing==2.4.7 pytest==5.4.1 pytest-cov==2.8.1