From fd61fec1523ee1e82ef40a828f7611bf90fe58b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 15:31:52 +0000 Subject: [PATCH] Bump the pip group across 2 directories with 5 updates Bumps the pip group with 5 updates in the /docs directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.20.3` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.3` | `5.29.6` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.0` | | [transformers](https://github.com/huggingface/transformers) | `4.47.1` | `4.53.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.6.3` | Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [filelock](https://github.com/tox-dev/py-filelock) | `3.16.1` | `3.20.3` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.3` | `5.29.6` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.0` | | [transformers](https://github.com/huggingface/transformers) | `4.47.1` | `4.53.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.3.0` | `2.6.3` | Updates `filelock` from 3.16.1 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.20.3) Updates `protobuf` from 5.29.3 to 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `requests` from 2.32.3 to 2.33.0 - [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.32.3...v2.33.0) Updates `transformers` from 4.47.1 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.47.1...v4.53.0) Updates `urllib3` from 2.3.0 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.6.3) Updates `filelock` from 3.16.1 to 3.20.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.16.1...3.20.3) Updates `protobuf` from 5.29.3 to 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `requests` from 2.32.3 to 2.33.0 - [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.32.3...v2.33.0) Updates `transformers` from 4.47.1 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.47.1...v4.53.0) Updates `urllib3` from 2.3.0 to 2.6.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.3.0...2.6.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect dependency-group: pip - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect dependency-group: pip - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect dependency-group: pip - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: indirect dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.6.3 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.in | 4 ++-- docs/requirements.txt | 34 +++++++++++++--------------------- pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 24 deletions(-) diff --git a/docs/requirements.in b/docs/requirements.in index e0fb8269..5558ea8b 100644 --- a/docs/requirements.in +++ b/docs/requirements.in @@ -8,7 +8,7 @@ python-dotenv==1.0.1 sqlalchemy==2.0.27 # ML/DL -transformers==4.47.1 +transformers==4.53.0 numpy>=1.26.0 # Version managed by PyTorch dependencies scipy==1.14.1 onnxruntime==1.20.1 @@ -23,7 +23,7 @@ regex==2024.11.6 # Utilities aiofiles==23.2.1 # Last version before Windows path handling changes tqdm==4.67.1 -requests==2.32.3 +requests==2.33.0 munch==4.0.0 tiktoken===0.8.0 loguru==0.7.3 diff --git a/docs/requirements.txt b/docs/requirements.txt index e47e4d92..355ae4c8 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -31,13 +31,7 @@ click==8.1.8 clldutils==3.21.0 # via segments colorama==0.4.6 - # via - # click - # colorlog - # csvw - # loguru - # pytest - # tqdm + # via csvw coloredlogs==15.0.1 # via onnxruntime colorlog==6.9.0 @@ -46,13 +40,13 @@ csvw==3.5.1 # via segments dlinfo==1.2.1 # via phonemizer -exceptiongroup==1.2.2 ; python_full_version < '3.11' +exceptiongroup==1.2.2 # via # anyio # pytest fastapi==0.115.6 # via -r docs/requirements.in -filelock==3.16.1 +filelock==3.20.3 # via # huggingface-hub # transformers @@ -60,17 +54,19 @@ flatbuffers==24.12.23 # via onnxruntime fsspec==2024.12.0 # via huggingface-hub -greenlet==3.1.1 ; platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64' +greenlet==3.1.1 # via sqlalchemy h11==0.14.0 # via # httpcore # uvicorn +hf-xet==1.4.2 + # via huggingface-hub httpcore==1.0.7 # via httpx httpx==0.26.0 # via -r docs/requirements.in -huggingface-hub==0.27.1 +huggingface-hub==0.36.2 # via # tokenizers # transformers @@ -126,7 +122,7 @@ phonemizer==3.3.0 # via -r docs/requirements.in pluggy==1.5.0 # via pytest -protobuf==5.29.3 +protobuf==5.29.6 # via onnxruntime pycparser==2.22 # via cffi @@ -143,8 +139,6 @@ pylatexenc==2.10 # via clldutils pyparsing==3.2.1 # via rdflib -pyreadline3==3.5.4 ; sys_platform == 'win32' - # via humanfriendly pytest==8.0.0 # via # -r docs/requirements.in @@ -175,7 +169,7 @@ regex==2024.11.6 # segments # tiktoken # transformers -requests==2.32.3 +requests==2.33.0 # via # -r docs/requirements.in # csvw @@ -210,18 +204,18 @@ sympy==1.13.3 # via onnxruntime tabulate==0.9.0 # via clldutils -tiktoken==0.8.0 +tiktoken===0.8.0 # via -r docs/requirements.in tokenizers==0.21.0 # via transformers -tomli==2.2.1 ; python_full_version < '3.11' +tomli==2.2.1 # via pytest tqdm==4.67.1 # via # -r docs/requirements.in # huggingface-hub # transformers -transformers==4.47.1 +transformers==4.53.0 # via -r docs/requirements.in typing-extensions==4.12.2 # via @@ -235,9 +229,7 @@ typing-extensions==4.12.2 # uvicorn uritemplate==4.1.1 # via csvw -urllib3==2.3.0 +urllib3==2.6.3 # via requests uvicorn==0.34.0 # via -r docs/requirements.in -win32-setctime==1.2.0 ; sys_platform == 'win32' - # via loguru diff --git a/pyproject.toml b/pyproject.toml index 97e38f80..e31cdf86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ # Utilities "aiofiles==23.2.1", "tqdm==4.67.1", - "requests==2.32.3", + "requests==2.33.0", "munch==4.0.0", "tiktoken==0.8.0", "loguru==0.7.3",