From 6ef08d22dba5a71ae063d1c83fa54f06b1b200a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 17:16:13 +0000 Subject: [PATCH] build(deps): Bump torch from 1.13.0 to 1.13.1 in /requirements (#117) Bumps [torch](https://github.com/pytorch/pytorch) from 1.13.0 to 1.13.1. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.13.0...v1.13.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Robinson --- requirements/huggingface.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/huggingface.txt b/requirements/huggingface.txt index c148d45ca..02cb46fbb 100644 --- a/requirements/huggingface.txt +++ b/requirements/huggingface.txt @@ -109,7 +109,7 @@ sniffio==1.3.0 # httpx tokenizers==0.13.2 # via transformers -torch==1.13.0 +torch==1.13.1 # via unstructured (setup.py) tqdm==4.64.1 # via