chore(deps): bump the pip group across 1 directory with 3 updates#99
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the pip group across 1 directory with 3 updates#99dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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](huggingface/transformers@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](theskumar/python-dotenv@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](pytest-dev/pytest@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] <support@github.com>
Contributor
|
Hi @dependabot[bot], I took a calm look at this Dependabot pull request. gon ✓Minor update. Usually safe to merge. Changed files: requirements-dev.txt requirements.txt 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
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
Reviewed quietly by gon | Built for rag |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 3 updates in the / directory: transformers, python-dotenv and pytest.
Updates
transformersfrom 4.57.3 to 5.3.0Release notes
Sourced from transformers's releases.
... (truncated)
Commits
aad13b8v5.3.0f6c63a6protect imports (#44437)fd6bc38[vllm + v5 fix] handle TokenizersBackend fallback properly for v5 (#44255)30c4801Fix CLI NameError: name 'TypeAdapter' is not defined (#44256)ee4c220Enforce min length in some generate tests (#44401)a4f3df0[tiny] Add olmo_hybrid to tokenizer auto-mapping (#44416)1313588Update PR template (#44415)7235d44Add eurobert (#39455)f60c4e9Add Qwen3.5 support for sequence classification (#44406)fa7f4b6update the expected output for qwen2_5_vl w/ pytorch 2.10 XPU (#44426)Updates
python-dotenvfrom 1.2.1 to 1.2.2Release notes
Sourced from python-dotenv's releases.
Changelog
Sourced from python-dotenv's changelog.
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)Updates
pytestfrom 8.4.2 to 9.0.3Release notes
Sourced from pytest's releases.
... (truncated)
Commits
a7d58d7Prepare release version 9.0.3089d981Merge pull request #14366 from bluetech/revert-14193-backport8127eafRevert "Fix: assertrepr_compare respects dict insertion order (#14050) (#14193)"99a7e60Merge pull request #14363 from pytest-dev/patchback/backports/9.0.x/95d8423bd...ddee02aMerge pull request #14343 from bluetech/cve-2025-71176-simple74eac69doc: Update training info (#14298) (#14301)f92dee7Merge pull request #14267 from pytest-dev/patchback/backports/9.0.x/d6fa26c62...7ee58acMerge pull request #12378 from Pierre-Sassoulas/fix-implicit-str-concat-and-d...37da870Merge pull request #14259 from mitre88/patch-4 (#14268)c34bfa3Add explanation for string context diffs (#14257) (#14266)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.