From b429378de7a402cda541f4de05c1d0e4052a9f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 06:33:12 +0000 Subject: [PATCH] build(deps): bump vulture from 2.12 to 2.13 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.12 to 2.13. - [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.12...v2.13) --- updated-dependencies: - dependency-name: vulture dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96518394..74783843 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ pytest==8.3.3 pytorch-lightning==2.4.0 torchvision==0.19.1 tqdm==4.66.5 -vulture==2.12 +vulture==2.13 wandb==0.18.3