From 8a78fc4843e67ba8287c8078355a4ec184d95bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:08:49 +0000 Subject: [PATCH] Bump vulture from 2.10 to 2.11 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 10d6a6234..a32996652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -357,7 +357,7 @@ dev = [ "types-PyYAML==6.0.12.12", "types-requests==2.31.0.20240106", "urllib3==2.1.0", - "vulture==2.10", + "vulture==2.11", "vws-python==2023.12.27", "VWS-Test-Fixtures==2023.3.5", "vws-web-tools==2023.12.26",