From 945a04d3c7cce20596735c73077c066347e60dc4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 23:02:29 +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-6514864 --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index 50f342a..9354c0b 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,2 +1,2 @@ -pylint==2.5.0 +pylint==2.6.1 pytest==3.0.4