Merge pull request #147 from redis/dependabot/pip/bandit-1.7.4
Bump bandit from 1.7.3 to 1.7.4
This commit is contained in:
commit
7aab8f4c5a
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -93,7 +93,7 @@ testing = ["pytest", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "p
|
|||
|
||||
[[package]]
|
||||
name = "bandit"
|
||||
version = "1.7.3"
|
||||
version = "1.7.4"
|
||||
description = "Security oriented static analyser for python code."
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -1221,7 +1221,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "75df642f5b6aa10fcf1638fcc3a5231e46d7c5abd94a01b9a50a29ad3f5fdb54"
|
||||
content-hash = "3b5baee21dd0f8730f462ac828a0d48c6c108a389d347d76c5ac67f2ab3b31a1"
|
||||
|
||||
[metadata.files]
|
||||
aioredis = [
|
||||
|
@ -1257,8 +1257,8 @@ backcall = [
|
|||
{file = "backports.entry_points_selectable-1.1.1.tar.gz", hash = "sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386"},
|
||||
]
|
||||
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"},
|
||||
]
|
||||
black = [
|
||||
{file = "black-22.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1297c63b9e1b96a3d0da2d85d11cd9bf8664251fd69ddac068b98dc4f34f73b6"},
|
||||
|
|
|
@ -45,7 +45,7 @@ pylint = "^2.12.2"
|
|||
black = "^22.1"
|
||||
isort = "^5.9.3"
|
||||
flake8 = "^4.0.1"
|
||||
bandit = "^1.7.3"
|
||||
bandit = "^1.7.4"
|
||||
coverage = "^6.3"
|
||||
pytest-cov = "^3.0.0"
|
||||
pytest-xdist = "^2.5.0"
|
||||
|
|
Loading…
Reference in a new issue