From a9325349bac17cf949a9b79dbcb775f98b6b2878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 05:56:53 +0000 Subject: [PATCH] build(deps-dev): bump bandit from 1.7.8 to 1.7.9 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.8 to 1.7.9. - [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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6c5a9fa..b4decc9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,13 +33,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"] [[package]] name = "bandit" -version = "1.7.8" +version = "1.7.9" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.8" files = [ - {file = "bandit-1.7.8-py3-none-any.whl", hash = "sha256:509f7af645bc0cd8fd4587abc1a038fc795636671ee8204d502b933aee44f381"}, - {file = "bandit-1.7.8.tar.gz", hash = "sha256:36de50f720856ab24a24dbaa5fee2c66050ed97c1477e0a1159deab1775eab6b"}, + {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, + {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, ] [package.dependencies] @@ -1779,4 +1779,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "9fc10badc066b30de2f3f01f12ae65b65eb6739a0ea66f1faf040df92f37618f" +content-hash = "af620c3847ce7e9438db9cfc42348de4893447a338e3389a97cba085511d4c5d" diff --git a/pyproject.toml b/pyproject.toml index 7e8cdc7..ff6a4a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ ruff = "^0.4.8" black = ">=24.1.1" mypy = "^1.8.0" # security -bandit = "^1.6.2" +bandit = "^1.7.9" pip-audit = "^2.4.5" # git commitizen = "^3.0.0"