From 8eea99e5fd255dadcadf5b1fc3ec8596e2de0ad0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 21:44:59 +0000 Subject: [PATCH] Bump transformers from 4.25.1 to 4.30.0 in /apps/web-crawl-q-and-a 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] --- 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 787fa27..c513128 100644 --- a/apps/web-crawl-q-and-a/requirements.txt +++ b/apps/web-crawl-q-and-a/requirements.txt @@ -72,7 +72,7 @@ tokenizers==0.13.2 tornado==6.2 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