From ac392ccac0a560e99efbe7a199add0951a223c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 06:25:29 +0000 Subject: [PATCH] build(deps): bump vulture from 2.7 to 2.11 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.7 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.7...v2.11) --- 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 8c0d7765..6d05d7ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,5 +14,5 @@ pytorch-lightning==2.0.4 torch==2.0.1 torchvision==0.15.2 tqdm==4.66.1 -vulture==2.7 +vulture==2.11 wandb==0.16.2