From 9e39569db1eece6338ea0fc6ba2450d913119aac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Nov 2022 18:02:18 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYRAMID-40730 - https://snyk.io/vuln/SNYK-PYTHON-PYRAMID-564353 - https://snyk.io/vuln/SNYK-PYTHON-WEBOB-40490 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5bba3cc6..73931119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ PasteDeploy==1.5.2 PyYAML==3.11 Pygments==2.0.2 Sphinx==1.3.1 -WebOb==1.4.1 +WebOb==1.6.0a0 WebTest==2.0.18 beautifulsoup4==4.3.2 boto==2.31.1 @@ -25,7 +25,7 @@ pbkdf2==1.3 py==1.4.26 pycrypto==2.6.1 pyramid-exclog==0.7 -pyramid==1.5.7 +pyramid==1.6a2 pytest==2.6.4 python-coveralls==2.5.0 pytz==2016.10