From 6a8dd393d121f13773156c2cca68b7642948c2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:03:12 +0000 Subject: [PATCH] :arrow_up: Bump bandit from 1.7.5 to 1.7.6 Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.5 to 1.7.6. - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.5...1.7.6) --- updated-dependencies: - dependency-name: bandit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7fa5159..6974ec9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -16,18 +16,18 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""} [[package]] name = "bandit" -version = "1.7.5" +version = "1.7.6" description = "Security oriented static analyser for python code." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "bandit-1.7.5-py3-none-any.whl", hash = "sha256:75665181dc1e0096369112541a056c59d1c5f66f9bb74a8d686c3c362b83f549"}, - {file = "bandit-1.7.5.tar.gz", hash = "sha256:bdfc739baa03b880c2d15d0431b31c658ffc348e907fe197e54e0389dd59e11e"}, + {file = "bandit-1.7.6-py3-none-any.whl", hash = "sha256:36da17c67fc87579a5d20c323c8d0b1643a890a2b93f00b3d1229966624694ff"}, + {file = "bandit-1.7.6.tar.gz", hash = "sha256:72ce7bc9741374d96fb2f1c9a8960829885f1243ffde743de70a19cee353e8f3"}, ] [package.dependencies] colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""} -GitPython = ">=1.0.1" +GitPython = ">=3.1.30" PyYAML = ">=5.3.1" rich = "*" stevedore = ">=1.20.0" @@ -1362,4 +1362,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "a96212ca3fe9e26f5f8b3c87b35ed73636db8ff95c1c538bdfce2216b98a15e1" +content-hash = "e86da2f10b6eaab8dc768f860f1eb8a94e745c6f18126d2f3f91e9a0ea9dddb4" diff --git a/pyproject.toml b/pyproject.toml index 42063fc..766264c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ rich = "^13.7.0" tqdm = "^4.66.0" [tool.poetry.dev-dependencies] -bandit = "^1.7.5" +bandit = "^1.7.6" black = {version = "^23.10.0", allow-prereleases = true} darglint = "^1.8.1" isort = {extras = ["colors"], version = "^5.12.0"} @@ -57,7 +57,7 @@ pytest-html = "^4.0.2" pytest-cov = "^4.1.0" [tool.poetry.group.dev.dependencies] -bandit = "^1.7.5" +bandit = "^1.7.6" darglint = "^1.8.1" isort = {extras = ["colors"], version = "^5.12.0"} mypy = "^1.7.1"