From 98d74909afd44c03f466673dcb920b34fe6bb28f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 May 2024 23:10:01 +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 - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-568073 - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-609883 - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-6514864 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 3858915..c825557 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,3 @@ pytest>=2.7.2 -pylint>=1.7.1 +pylint>=2.7.0 pytest-cov>=2.9