From 238e121adb7b4ac336ecade96c5cb00fb0c6c435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:05:22 +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: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 a3d238b..5fec12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pytest-cov==3.0.0", "pytest-django==4.5.2", "pytest-xdist==2.5.0", - "vulture==2.5", + "vulture==2.6", "yapf==0.32.0", "pre-commit==2.20.0", ]