From fc1860fa890f861a57c3eb7f9a18f216103e7436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:42:17 -0700 Subject: [PATCH] Bump transformers from 4.25.1 to 4.30.0 in /apps/web-crawl-q-and-a (#704) Bumps [transformers](https://github.com/huggingface/transformers) from 4.25.1 to 4.30.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.25.1...v4.30.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> --- apps/web-crawl-q-and-a/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-crawl-q-and-a/requirements.txt b/apps/web-crawl-q-and-a/requirements.txt index ed93132b..f39b9616 100644 --- a/apps/web-crawl-q-and-a/requirements.txt +++ b/apps/web-crawl-q-and-a/requirements.txt @@ -71,7 +71,7 @@ tokenizers==0.13.2 tornado==6.3.3 tqdm==4.64.1 traitlets==5.8.1 -transformers==4.25.1 +transformers==4.30.0 typing_extensions==4.4.0 urllib3==1.26.13 wcwidth==0.2.5