From 75504125ad2d3bf965e627899f51a47a87f02d70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 11:13:50 +0100 Subject: [PATCH] Bump bandit from 1.7.3 to 1.7.4 (#57) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9bc1217..bf55713 100644 --- a/poetry.lock +++ b/poetry.lock @@ -106,7 +106,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 @@ -964,7 +964,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "4a3951c088bcac1b7f6e8e3927391108e49101a4254c07cabc8eb59277ee8dca" +content-hash = "299c26fad3f91b81ae803f662d767ad309b0c5a665036aef76617b292a0354d9" [metadata.files] aiohttp = [ @@ -1074,8 +1074,8 @@ attrs = [ {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"}, diff --git a/pyproject.toml b/pyproject.toml index d279c82..fe06b45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ flake8-markdown = "^0.3.0" darglint = "^1.8.1" safety = "^1.10.3" codespell = "^2.1.0" -bandit = "^1.7.3" +bandit = "^1.7.4" [tool.poetry.urls] "Bug Tracker" = "https://github.com/frenck/python-pvoutput/issues"