From ca3fc3cfb36965c85f99cc710b33d387070f8aad Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 17:45:51 +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-BANDIT-6241859 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 7eb48af72e..c1ed5d31e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -19,6 +19,6 @@ requests-mock>=1.2.0 # Apache-2.0 keystonemiddleware>=4.17.0 # Apache-2.0 # Security checks -bandit>=1.1.0 # Apache-2.0 +bandit>=1.7.7 # Apache-2.0 docutils>=0.11 # OSI-Approved Open Source, Public Domain