From c1f72cf610078aac6d2c99e8f4bf4194f5a10a75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 22:23:36 +0000 Subject: [PATCH] Bump vulture from 2.15 to 2.16 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.15 to 2.16. - [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.15...v2.16) --- updated-dependencies: - dependency-name: vulture dependency-version: '2.16' dependency-type: direct:development 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 78b7424c..8a87aee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ optional-dependencies.dev = [ "torchvision>=0.20.1", "ty==0.0.24", "types-pyyaml==6.0.12.20250915", - "vulture==2.15", + "vulture==2.16", "vws-python-mock==2026.2.22.3", "vws-test-fixtures==2023.3.5", "yamlfix==1.19.1",