chore(deps-dev): bump bandit from 1.7.9 to 1.7.10 (#5157)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-24 08:16:27 -04:00
committed by GitHub
parent 6fbfcc7f5f
commit af8c18eb4e
2 changed files with 5 additions and 5 deletions
Generated
+4 -4
View File
@@ -645,13 +645,13 @@ dev = ["freezegun (>=1.0,<2.0)", "pytest (>=6.0)", "pytest-cov"]
[[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]
@@ -5005,4 +5005,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.13"
content-hash = "2564cf6767b5d5ca71ece16b1e9552b7d6a1651670580b05bec9d7585c3373d7"
content-hash = "ac1a240b0d31ceebc47dfc75eb261b48d3ccb7ff30a8cc669babe89356a54a58"
+1 -1
View File
@@ -73,7 +73,7 @@ tabulate = "0.9.0"
tzlocal = "5.2"
[tool.poetry.group.dev.dependencies]
bandit = "1.7.9"
bandit = "1.7.10"
black = "24.8.0"
coverage = "7.6.1"
docker = "7.1.0"