From ca2522d087e707189ebf8dd14bc1fd92fa9aebbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 17:12:52 +0000 Subject: [PATCH] Bump bandit[toml] from 1.7.4 to 1.7.5 Bumps [bandit[toml]](https://github.com/PyCQA/bandit) from 1.7.4 to 1.7.5. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.4...1.7.5) --- updated-dependencies: - dependency-name: bandit[toml] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-lint.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-lint.txt b/requirements-lint.txt index 50118940b5..4c607ff791 100644 --- a/requirements-lint.txt +++ b/requirements-lint.txt @@ -2,7 +2,7 @@ pep8==1.7.1 flake8==5.0.4 astroid==2.15.6; python_version >= '3.8' pylint==2.17.5; python_version >= '3.8' -bandit[toml]==1.7.4; python_version >= '3.7' +bandit[toml]==1.7.5; python_version >= '3.7' black==23.7.0; python_version >= '3.7' and implementation_name == "cpython" isort[pyproject]==5.12.0; python_version >= '3.8' pyupgrade==3.3.1