From af0f7c223b92790e82c3aab713c3b8ffd63886b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Feb 2024 18:47:48 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-BANDIT-6241859 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b5a694..e9f795c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,5 +7,5 @@ black==21.6b0 Sphinx==4.0.2 antlr4-python3-runtime==4.9.2 multipledispatch==0.6.0 -bandit==1.7.0 +bandit==1.7.7 flake8==3.9.2