diff --git a/poetry.lock b/poetry.lock index 7a60faee..8b5dd6ad 100644 --- a/poetry.lock +++ b/poetry.lock @@ -93,11 +93,11 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [[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 = "beautifulsoup4" version = "4.10.0" @@ -1042,7 +1047,7 @@ taskcluster = ["taskcluster"] [metadata] lock-version = "1.1" python-versions = "~3.8.5" -content-hash = "f1750e8c9fe04cd3ab3c1ac9e194815f57ff73d2465b8afe74a638207359b447" +content-hash = "c6c1ffcf4ea1e332ccfd9be8fe3006aef3e8e4f3b7b8a6f503ec49942d3de1fa" [metadata.files] aiohttp = [ @@ -1113,8 +1118,8 @@ backoff = [ {file = "backoff-1.11.1.tar.gz", hash = "sha256:ccb962a2378418c667b3c979b504fdeb7d9e0d29c0579e3b13b86467177728cb"}, ] 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"}, ] beautifulsoup4 = [ {file = "beautifulsoup4-4.10.0-py3-none-any.whl", hash = "sha256:9a315ce70049920ea4572a4055bc4bd700c940521d36fc858205ad4fcde149bf"}, diff --git a/pyproject.toml b/pyproject.toml index dd27270d..f122ffc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ flake8 = "^4.0.1" mypy = "^0.931" pytest-cov = "^3.0.0" isort = "^5.10.1" -bandit = "^1.7.1" +bandit = "^1.7.2" responses = "^0.17.0" types-toml = "^0.10.3" types-requests = "^2.27.7"