diff --git a/poetry.lock b/poetry.lock index 8670c78..c9f74e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -93,11 +93,11 @@ testing = ["pytest", "pytest-flake8", "pytest-cov", "pytest-black (>=0.3.7)", "p [[package]] name = "bandit" -version = "1.7.1" +version = "1.7.2" description = "Security oriented static analyser for python code." category = "dev" optional = false -python-versions = ">=3.5" +python-versions = ">=3.7" [package.dependencies] colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""} @@ -105,6 +105,11 @@ GitPython = ">=1.0.1" PyYAML = ">=5.3.1" stevedore = ">=1.20.0" +[package.extras] +test = ["beautifulsoup4 (>=4.8.0)", "coverage (>=4.5.4)", "fixtures (>=3.0.0)", "flake8 (>=4.0.0)", "pylint (==1.9.4)", "stestr (>=2.5.0)", "testscenarios (>=0.5.0)", "testtools (>=2.3.0)", "toml"] +toml = ["toml"] +yaml = ["pyyaml"] + [[package]] name = "black" version = "21.12b0" @@ -1219,7 +1224,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "34d7d85fafb717c53388e946d628d45448124caae30c57e3140dcc2106e15890" +content-hash = "afc18683f667fc0a29f870fb818bf6d4605b10c7dbd99b4b3b1d63200b213f8d" [metadata.files] aioredis = [ @@ -1255,8 +1260,8 @@ backcall = [ {file = "backports.entry_points_selectable-1.1.1.tar.gz", hash = "sha256:914b21a479fde881635f7af5adc7f6e38d6b274be32269070c53b698c60d5386"}, ] bandit = [ - {file = "bandit-1.7.1-py3-none-any.whl", hash = "sha256:f5acd838e59c038a159b5c621cf0f8270b279e884eadd7b782d7491c02add0d4"}, - {file = "bandit-1.7.1.tar.gz", hash = "sha256:a81b00b5436e6880fa8ad6799bc830e02032047713cbb143a12939ac67eb756c"}, + {file = "bandit-1.7.2-py3-none-any.whl", hash = "sha256:e20402cadfd126d85b68ed4c8862959663c8c372dbbb1fca8f8e2c9f55a067ec"}, + {file = "bandit-1.7.2.tar.gz", hash = "sha256:6d11adea0214a43813887bfe71a377b5a9955e4c826c8ffd341b494e3ab25260"}, ] black = [ {file = "black-21.12b0-py3-none-any.whl", hash = "sha256:a615e69ae185e08fdd73e4715e260e2479c861b5740057fde6e8b4e3b7dd589f"}, diff --git a/pyproject.toml b/pyproject.toml index 6dc31ea..cd44bc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ pylint = "^2.12.2" black = "^21.12b0" isort = "^5.9.3" flake8 = "^4.0.1" -bandit = "^1.7.1" +bandit = "^1.7.2" coverage = "^6.2" pytest-cov = "^3.0.0" pytest-xdist = "^2.5.0"