From 329ff6453f70c2d646c102d2c063e9ecadd2b337 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 30 Mar 2021 23:26:30 +0000 Subject: [PATCH] fix: test_requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-1089548 --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 50f342a..1e8da49 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,2 +1,2 @@ -pylint==2.5.0 +pylint==2.7.0 pytest==3.0.4