diff --git a/poetry.lock b/poetry.lock index 7a80661..4bc4999 100644 --- a/poetry.lock +++ b/poetry.lock @@ -200,13 +200,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "bandit" -version = "1.7.9" +version = "1.7.10" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.8" files = [ - {file = "bandit-1.7.9-py3-none-any.whl", hash = "sha256:52077cb339000f337fb25f7e045995c4ad01511e716e5daac37014b9752de8ec"}, - {file = "bandit-1.7.9.tar.gz", hash = "sha256:7c395a436743018f7be0a4cbb0a4ea9b902b6d87264ddecf8cfdc73b4f78ff61"}, + {file = "bandit-1.7.10-py3-none-any.whl", hash = "sha256:665721d7bebbb4485a339c55161ac0eedde27d51e638000d91c8c2d68343ad02"}, + {file = "bandit-1.7.10.tar.gz", hash = "sha256:59ed5caf5d92b6ada4bf65bc6437feea4a9da1093384445fed4d472acc6cff7b"}, ] [package.dependencies] @@ -3752,4 +3752,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e4aa64341ac912e94c9eabd8733424102ef4ac6b4583b2c934c98f88ebbc0dc6" +content-hash = "ec85e9fa910d8eeafea0fcf56d481a986eec937e71cbc0f8afb23da6cbcc68ef" diff --git a/pyproject.toml b/pyproject.toml index e203c5f..e1af474 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.9" +bandit = "1.7.10" flake8 = "7.1.1" isort = "5.13.2" mypy = "1.0.1"