chore(deps): update dependency bandit to v1.7.4

This commit is contained in:
Renovate Bot 2022-03-07 01:08:39 +00:00 committed by renovate[bot]
parent de4ec94d1f
commit 27d7003039
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -57,7 +57,7 @@ tzdata = ["tzdata"]
[[package]]
name = "bandit"
version = "1.7.3"
version = "1.7.4"
description = "Security oriented static analyser for python code."
category = "dev"
optional = false
@ -877,7 +877,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
[metadata]
lock-version = "1.1"
python-versions = "^3.7.0"
content-hash = "c2d90582931f2ec9550d1f0887a70e58dcb438d5ac92cfc2aed23498afa5da29"
content-hash = "4f6043cf83248e91948d1de0f562d8524cb6c8a7176533b569c1608d66ec1aa8"
[metadata.files]
anyconfig = [
@ -915,8 +915,8 @@ attrs = [
{file = "backports.zoneinfo-0.2.1.tar.gz", hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2"},
]
bandit = [
{file = "bandit-1.7.3-py3-none-any.whl", hash = "sha256:3ce9b4e6a4f7f41aa966c9543e635dd35e52a793a47e746f0c55c7ecfc69d7e8"},
{file = "bandit-1.7.3.tar.gz", hash = "sha256:58772ca951bf1129dda8a280d351547de832720bf7b5c29fac3103927980b8a6"},
{file = "bandit-1.7.4-py3-none-any.whl", hash = "sha256:412d3f259dab4077d0e7f0c11f50f650cc7d10db905d98f6520a95a18049658a"},
{file = "bandit-1.7.4.tar.gz", hash = "sha256:2d63a8c573417bae338962d4b9b06fbc6080f74ecd955a092849e1e65c717bd2"},
]
certifi = [
{file = "certifi-2021.10.8-py2.py3-none-any.whl", hash = "sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"},

View File

@ -57,7 +57,7 @@ websocket_client = "1.3.1"
zipp = "3.7.0"
[tool.poetry.dev-dependencies]
bandit = "1.7.3"
bandit = "1.7.4"
flake8 = "4.0.1"
flake8-blind-except = "0.2.0"
flake8-builtins = "1.5.3"