From 8fe0b401819ed06c5ef65cf0205e9c7a169f2e07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 21 Feb 2021 02:52:14 +0000 Subject: [PATCH] fix: dev-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-609883 --- dev-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-requirements.txt b/dev-requirements.txt index 27e5063..da7154a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -20,3 +20,4 @@ prospector[with_pyroma]==1.1.6.2; python_version <= "3.5" pyflakes==2.2.0; python_version >= "3.7" pyflakes==1.6.0; python_version < "3.7" +pylint>=2.6.1 # not directly required, pinned by Snyk to avoid a vulnerability