From 8348e9484204e2b2528b3f3cd21337c74e9ebc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 23:04:36 +0000 Subject: [PATCH] chore(deps): bump torchvision from 0.18.0 to 0.18.1 Bumps [torchvision](https://github.com/pytorch/vision) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: torchvision dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 942f1a5..968d426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ convert = [ "sentencepiece==0.2.0", "torch==2.3.0", "torchaudio==2.3.0", - "torchvision==0.18.0", + "torchvision==0.18.1", "transformers==4.41.2" ]