Bump flake8-bandit from 2.1.2 to 3.0.0 (#1241)
Bumps [flake8-bandit](https://github.com/tylerwince/flake8-bandit) from 2.1.2 to 3.0.0. - [Commits](https://github.com/tylerwince/flake8-bandit/commits/v3.0.0) --- updated-dependencies: - dependency-name: flake8-bandit dependency-type: direct:development update-type: version-update:semver-major ... 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:
parent
949c716316
commit
9dd8a31a3c
|
@ -191,16 +191,17 @@ pyflakes = ">=2.4.0,<2.5.0"
|
|||
|
||||
[[package]]
|
||||
name = "flake8-bandit"
|
||||
version = "2.1.2"
|
||||
version = "3.0.0"
|
||||
description = "Automated security testing with bandit and flake8."
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
python-versions = ">=3.6"
|
||||
files = [
|
||||
{file = "flake8_bandit-2.1.2.tar.gz", hash = "sha256:687fc8da2e4a239b206af2e54a90093572a60d0954f3054e23690739b0b0de3b"},
|
||||
{file = "flake8_bandit-3.0.0-py2.py3-none-any.whl", hash = "sha256:61b617f4f7cdaa0e2b1e6bf7b68afb2b619a227bb3e3ae00dd36c213bd17900a"},
|
||||
{file = "flake8_bandit-3.0.0.tar.gz", hash = "sha256:54d19427e6a8d50322a7b02e1841c0a7c22d856975f3459803320e0e18e2d6a1"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
bandit = "*"
|
||||
bandit = ">=1.7.3"
|
||||
flake8 = "*"
|
||||
flake8-polyfill = "*"
|
||||
pycodestyle = "*"
|
||||
|
@ -732,4 +733,4 @@ test = ["covdefaults (>=2.2.2)", "coverage (>=7.1)", "coverage-enable-subprocess
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.11,<3.13"
|
||||
content-hash = "e6501e17e08687dfa39e313438f574a0424cd94b4dc4897da06e3d75e7e58fff"
|
||||
content-hash = "802376e3d7c432de645cbdccec82a3e2cce95327966f8c4712e81d45e3823573"
|
||||
|
|
|
@ -18,7 +18,7 @@ python = ">=3.11,<3.13"
|
|||
pre-commit = "^3.6.2"
|
||||
flake8 = "^4.0.1"
|
||||
black = ">=21.10b0"
|
||||
flake8-bandit = "^2.1.2"
|
||||
flake8-bandit = "^3.0.0"
|
||||
ruff = "^0.2.1"
|
||||
|
||||
# 1.7.3 broke us. https://github.com/PyCQA/bandit/issues/841
|
||||
|
|
Loading…
Reference in New Issue