From b0c01bcc0dbc915651a0a20c70afda50e11e0128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 17:21:32 +0000 Subject: [PATCH] Update bandit requirement from ~=1.7.8 to ~=1.7.9 Updates the requirements on [bandit](https://github.com/PyCQA/bandit) to permit the latest version. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.8...1.7.9) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6811627..20e51b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -bandit~=1.7.8 +bandit~=1.7.9 black~=24.4.2 flake8~=7.0.0 flask~=2.3.0