From fe1db7a08fb2605563b22cdd573839275db2e8a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 06:49:38 +0000 Subject: [PATCH] Bump vulture from 2.5 to 2.6 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.5 to 2.6. - [Release notes](https://github.com/jendrikseipp/vulture/releases) - [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md) - [Commits](https://github.com/jendrikseipp/vulture/compare/v2.5...v2.6) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index d0699e7..0c97f87 100644 --- a/poetry.lock +++ b/poetry.lock @@ -956,7 +956,7 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [[package]] name = "vulture" -version = "2.5" +version = "2.6" description = "Find dead code" category = "dev" optional = false @@ -1001,7 +1001,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "1a1027172139a57cd81107d89005b509867db36a61796a5345f907391681c19a" +content-hash = "787b3577d18b248259d0894f445ace5bc2304155435fa93c6b634a53fd61f32a" [metadata.files] aiohttp = [ @@ -1767,8 +1767,8 @@ virtualenv = [ {file = "virtualenv-20.10.0.tar.gz", hash = "sha256:576d05b46eace16a9c348085f7d0dc8ef28713a2cabaa1cf0aea41e8f12c9218"}, ] vulture = [ - {file = "vulture-2.5-py2.py3-none-any.whl", hash = "sha256:a7c7e7a23b11e78840fdd821509d05a6134aa9fd60418fe39d60b3026fe698d9"}, - {file = "vulture-2.5.tar.gz", hash = "sha256:2831694055eb2e36a09c3b7680934837102b9b6c0969206e3902d513612177c3"}, + {file = "vulture-2.6-py2.py3-none-any.whl", hash = "sha256:e792e903ccc063ec4873a8979dcf11b51ea3d65a2d3b31c113d47be48f0cdcae"}, + {file = "vulture-2.6.tar.gz", hash = "sha256:2515fa848181001dc8a73aba6a01a1a17406f5d372f24ec7f7191866f9f4997e"}, ] wrapt = [ {file = "wrapt-1.14.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:1b376b3f4896e7930f1f772ac4b064ac12598d1c38d04907e696cc4d794b43d3"}, diff --git a/pyproject.toml b/pyproject.toml index 5407016..e11f482 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ pytest-cov = "^3.0.0" yamllint = "^1.28.0" pyupgrade = "^2.38.0" flake8-simplify = "^0.19.3" -vulture = "^2.5" +vulture = "^2.6" flake8-bandit = "^3.0.0" flake8-bugbear = "^22.9.11" flake8-builtins = "^1.5.3"