From 64ff6809c324f0073daa248e29a251999538c207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 14:51:54 -0800 Subject: [PATCH] Bump transformers in /tests/semantic_segmentation_course (#113) Bumps [transformers](https://github.com/huggingface/transformers) from 4.30.0 to 4.36.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.30.0...v4.36.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/semantic_segmentation_course/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/semantic_segmentation_course/requirements.txt b/tests/semantic_segmentation_course/requirements.txt index 9e68e52..9bd2d52 100644 --- a/tests/semantic_segmentation_course/requirements.txt +++ b/tests/semantic_segmentation_course/requirements.txt @@ -142,7 +142,7 @@ torchvision==0.14.1 tornado==6.3.3 tqdm==4.65.0 traitlets==5.9.0 -transformers==4.30.0 +transformers==4.36.0 typing_extensions==4.7.1 tzdata==2023.3 uri-template==1.3.0