From 7e5d41237a3e05db55446befc72f071b1aa7b6f1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 20:16:47 +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 - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-6514864 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9478df6..91e1fea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ pycodestyle==2.4.0 pycparser==2.19 pycryptodome==3.7.0 pyflakes==2.0.0 -pylint==2.1.1 +pylint==2.7.0 pytest==3.10.1 pytest-html==1.19.0 pytest-metadata==1.7.0