From e2c4629a3904d565694a4f3220a4c374ef1e7e8e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Apr 2024 20:57:52 +0000 Subject: [PATCH] fix: support/pip-requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYLINT-6514864 --- support/pip-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/pip-requirements.txt b/support/pip-requirements.txt index 89ce64da884..059346fa651 100644 --- a/support/pip-requirements.txt +++ b/support/pip-requirements.txt @@ -1,3 +1,3 @@ nodeenv==1.3.1 -pylint==2.3.1 +pylint==2.6.1 tox==3.2.1