From 62965ee106fa64aa308e4d34723d66279dddf5cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:19:54 +0000 Subject: [PATCH] build(deps): bump transformers from 4.36.2 to 4.38.0 in /application Bumps [transformers](https://github.com/huggingface/transformers) from 4.36.2 to 4.38.0. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.36.2...v4.38.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index b072885..c0c62f5 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -29,6 +29,6 @@ sentence-transformers tiktoken torch tqdm==4.66.3 -transformers==4.36.2 +transformers==4.38.0 unstructured==0.12.2 Werkzeug==3.0.3