From e07f97e3245110d31b2f0861e739d73541a9b591 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Nov 2022 19:32:35 -0800 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PY-1049546 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b6dde9..24f96ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ gunicorn==19.3.0 httplib2==0.9.1 pbr==1.3.0 psycopg2==2.6.1 -py==1.4.30 +py==1.10.0 pytest==2.7.2 pytest-cov==2.0.0 pytest-django==2.8.0