From be5eb2f1db3f4c1fe760b183b866d0db3fc2e02e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Apr 2021 22:17:38 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-1089548 - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-568073 - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-609883 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac830fb..1b01712 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -pylint==2.4.3 +pylint==2.7.0 pytest==5.2.2 \ No newline at end of file