From e0da1bfe49b99ee0374d4aa73de579452f7246d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:27:48 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [transformers](https://github.com/huggingface/transformers), [python-dotenv](https://github.com/theskumar/python-dotenv) and [pytest](https://github.com/pytest-dev/pytest). Updates `transformers` from 4.57.3 to 5.3.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.57.3...v5.3.0) Updates `python-dotenv` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.1...v1.2.2) Updates `pytest` from 8.4.2 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.4.2...9.0.3) --- updated-dependencies: - dependency-name: transformers dependency-version: 5.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 +++--- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 81c1ade..fead02c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ # Development dependencies for RAG Transformer # Testing -pytest==8.4.2 +pytest==9.0.3 pytest-cov==7.0.0 # Linting and type checking @@ -18,14 +18,14 @@ pre-commit==4.3.0 pip-tools>=7.0.0 # Core dependencies (excluding torch which is installed separately in CI) -transformers==4.57.3 +transformers==5.3.0 sentence-transformers==5.1.2 faiss-cpu==1.13.0 numpy>=1.26.0,<3.0.0 pandas==2.3.3 scikit-learn==1.6.1 openai==2.14.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 requests>=2.33.0; python_version >= '3.10' requests>=2.32.5; python_version < '3.10' beautifulsoup4==4.14.3 diff --git a/requirements.txt b/requirements.txt index a93c9c1..4c7ef40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Core ML and AI dependencies torch>=2.8.0 # Note: CI installs CPU version with specific index URL for performance -transformers==4.57.3 +transformers==5.3.0 sentence-transformers==5.1.2 faiss-cpu==1.13.0 @@ -17,7 +17,7 @@ beautifulsoup4==4.14.3 tmdbsimple==2.9.1 # Utility and system dependencies -python-dotenv==1.2.1 +python-dotenv==1.2.2 psutil==7.1.3 time-machine==2.19.0 memory-profiler==0.61.0