From 170a043d6d47c6a33834f1940d9f908263bf5b70 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 19:09:07 +0000 Subject: [PATCH] fix: requirements/dev.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-6514864 --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index a920601b7c..ff899f6751 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ tox==2.2.1 pytest-cov==2.4.0 # astroid > 2.0.4 is not compatible with pylint1.7 astroid>=1.5.8,<2.1.0 -pylint==1.7.2 +pylint==2.6.1 # Test requirements pytest==3.0.7