From 96945b3779f7f2cdc8c5e9cbcb3da684a36f436c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:10:09 +0000 Subject: [PATCH] Bump vulture from 2.10 to 2.11 in /hack Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.10 to 2.11. - [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.10...v2.11) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- hack/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/requirements.txt b/hack/requirements.txt index 988c9a4..cb1345e 100644 --- a/hack/requirements.txt +++ b/hack/requirements.txt @@ -1,5 +1,5 @@ pydocstyle==6.3.0 pyflakes==3.1.0 -vulture==2.10 +vulture==2.11 radon==6.0.1 flake8_polyfill==1.0.2