From 130f8dafd7d477bff11d8466b0af040db380e5a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:33:18 +0000 Subject: [PATCH] build(deps): bump vulture from 2.13 to 2.14 Bumps [vulture](https://github.com/jendrikseipp/vulture) from 2.13 to 2.14. - [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.13...v2.14) --- 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 56bed1b0..2cd0551f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ pytest==8.3.4 pytorch-lightning==2.4.0 torchvision==0.20.1 tqdm==4.67.1 -vulture==2.13 +vulture==2.14 wandb==0.19.1