From d05df995acdf0e3c78fe6fe5b2938550c66bd963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 04:33:15 +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 79ee85d..2d652d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -935,7 +935,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 @@ -980,7 +980,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "99868d160ed3109f0a85f0ace58c2b0095c268f9b35aa256430b607af2f80046" +content-hash = "43514013f584c133b56e2fbd21557671e9f769b5d1a86d89203b670680e659fb" [metadata.files] aiohttp = [ @@ -1683,8 +1683,8 @@ virtualenv = [ {file = "virtualenv-20.14.1.tar.gz", hash = "sha256:ef589a79795589aada0c1c5b319486797c03b67ac3984c48c669c0e4f50df3a5"}, ] 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 76ba180..081cce6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ pytest-asyncio = "^0.19.0" pytest-cov = "^3.0.0" pyupgrade = "^2.38.0" safety = "^2.1.1" -vulture = "^2.5" +vulture = "^2.6" yamllint = "^1.28.0" types-cachetools = "^5.2.1"