From 1555ef494a43b1bb4cb9b3a867d8ded7cbbf52a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 14:09:37 +0000 Subject: [PATCH] build(deps-dev): bump bandit in the other-dependencies group Bumps the other-dependencies group with 1 update: [bandit](https://github.com/PyCQA/bandit). Updates `bandit` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: other-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index d5388ef..ab6b497 100644 --- a/poetry.lock +++ b/poetry.lock @@ -267,13 +267,13 @@ tests-mypy = ["mypy (>=1.11.1)", "pytest-mypy-plugins"] [[package]] name = "bandit" -version = "1.7.10" +version = "1.8.0" description = "Security oriented static analyser for python code." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "bandit-1.7.10-py3-none-any.whl", hash = "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02"}, - {file = "bandit-1.7.10.tar.gz", hash = "sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"}, + {file = "bandit-1.8.0-py3-none-any.whl", hash = "sha256:b1a61d829c0968aed625381e426aa378904b996529d048f8d908fa28f6b13e38"}, + {file = "bandit-1.8.0.tar.gz", hash = "sha256:b5bfe55a095abd9fe20099178a7c6c060f844bfd4fe4c76d28e35e4c52b9d31e"}, ] [package.dependencies] @@ -4073,4 +4073,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "8acba67cd9e5047c2964c6038939b27ffd9cc97b0c7220f3de0da67796fdf9ba" +content-hash = "4cc79e7bf4ad19a587047476fa672d0aa9492e400785607d46771fcfefa86b26" diff --git a/pyproject.toml b/pyproject.toml index e861bc5..871f126 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ eth-tester = "0.9.0b1" web3 = {extras = ["tester"], version = "^6.5.0"} [tool.poetry.group.lint.dependencies] -bandit = "1.7.10" +bandit = "1.8.0" flake8 = "7.1.1" isort = "5.13.2" mypy = "1.0.1"