From 3773626973686ac5b05823894533adc6ae947c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:13:22 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [langchain](https://github.com/langchain-ai/langchain) | `0.0.335` | `0.2.5` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` | | [pillow](https://github.com/python-pillow/Pillow) | `10.0.0` | `10.3.0` | | [torch](https://github.com/pytorch/pytorch) | `2.1.0` | `2.4.0` | | [transformers](https://github.com/huggingface/transformers) | `4.35.0` | `4.48.0` | Updates `langchain` from 0.0.335 to 0.2.5 - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/v0.0.335...langchain==0.2.5) Updates `requests` from 2.31.0 to 2.32.2 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2) Updates `pillow` from 10.0.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.3.0) Updates `torch` from 2.1.0 to 2.4.0 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.1.0...v2.4.0) Updates `transformers` from 4.35.0 to 4.48.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.35.0...v4.48.0) --- updated-dependencies: - dependency-name: langchain dependency-version: 0.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.2 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 10.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.48.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index c5d268d..41f900a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,17 @@ # Core dependencies flask==2.3.3 gradio==4.13.0 -langchain==0.0.335 +langchain==0.2.5 openai==1.3.0 anthropic==0.5.0 python-dotenv==1.0.0 -requests==2.31.0 +requests==2.32.2 # File processing PyPDF2==3.0.1 python-docx==0.8.11 openpyxl==3.1.2 -pillow==10.0.0 +pillow==10.3.0 pytesseract==0.3.10 ezdxf==1.1.0 @@ -32,9 +32,9 @@ pydub==0.25.1 moviepy==1.0.3 SpeechRecognition==3.10.0 ffmpeg-python==0.2.0 -torch==2.1.0 +torch==2.4.0 torchaudio==2.1.0 -transformers==4.35.0 +transformers==4.48.0 # Desktop integration pyautogui==0.9.54