From 42f4269281a0578cf9ce8e99d97986b31d82fddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:24:58 +0000 Subject: [PATCH] build(deps-dev): bump bandit from 1.7.10 to 1.8.2 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.10 to 1.8.2. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.2) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index cdf4654..add7f45 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,7 +5,7 @@ pre-commit; python_version <= "3.8" pre-commit==4.0.1; python_version > "3.8" flake8; python_version < "3.8" flake8==7.1.1; python_version >= "3.8" -bandit==1.7.10 +bandit==1.8.2 gitlint==v0.19.1 pytest pytest-mock