From e010c1cd16c0bd6e2042f723f00c623d6254e219 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Aug 2023 16:20:00 +0000 Subject: [PATCH] Bump vulture from 2.7 to 2.8 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.7 to 2.8. - [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.7...v2.8) --- 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 5f7bdcc93..88242fe62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -319,7 +319,7 @@ dev = [ "types-Pillow==10.0.0.2", "types-requests==2.31.0.2", "urllib3==2.0.4", - "vulture==2.7", + "vulture==2.8", "vws-python==2023.5.21", ]