From c7ec64994b1a29ae527dbf751f6f3d8a08ad30d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:01:41 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the /.github directory: [tqdm](https://github.com/tqdm/tqdm), [langchain](https://github.com/langchain-ai/langchain) and [unstructured](https://github.com/Unstructured-IO/unstructured). Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) Updates `langchain` from 0.0.136 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.136...langchain==0.2.5) Updates `unstructured` from 0.5.11 to 0.16.19 - [Release notes](https://github.com/Unstructured-IO/unstructured/releases) - [Changelog](https://github.com/Unstructured-IO/unstructured/blob/main/CHANGELOG.md) - [Commits](https://github.com/Unstructured-IO/unstructured/compare/0.5.11...0.16.19) --- updated-dependencies: - dependency-name: tqdm dependency-version: 4.66.3 dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-version: 0.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: unstructured dependency-version: 0.16.19 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .github/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/requirements.txt b/.github/requirements.txt index cd9d7b7a..bac3e03f 100644 --- a/.github/requirements.txt +++ b/.github/requirements.txt @@ -1,4 +1,4 @@ tiktoken==0.3.3 -tqdm==4.65.0 -langchain==0.0.136 -unstructured==0.5.11 \ No newline at end of file +tqdm==4.66.3 +langchain==0.2.5 +unstructured==0.16.19 \ No newline at end of file