From 799db7c9697ad7368584f3b3d7acf946f8337c70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 22:09:03 +0000 Subject: [PATCH] Bump the pip group across 3 directories with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [torch](https://github.com/pytorch/pytorch) | `2.5.0` | `2.8.0` | | [transformers](https://github.com/huggingface/transformers) | `4.45.2` | `4.53.0` | | [vllm](https://github.com/vllm-project/vllm) | `0.6.3` | `0.11.0` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.6` | `2.5.0` | Bumps the pip group with 1 update in the /docs directory: [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 3 updates in the /rankify directory: [requests](https://github.com/psf/requests), [torch](https://github.com/pytorch/pytorch) and [transformers](https://github.com/huggingface/transformers). Updates `requests` from 2.32.3 to 2.32.4 - [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.32.4) Updates `torch` from 2.5.0 to 2.8.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.5.0...v2.8.0) Updates `transformers` from 4.45.2 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.45.2...v4.53.0) Updates `vllm` from 0.6.3 to 0.11.0 - [Release notes](https://github.com/vllm-project/vllm/releases) - [Changelog](https://github.com/vllm-project/vllm/blob/main/RELEASE.md) - [Commits](https://github.com/vllm-project/vllm/compare/v0.6.3...v0.11.0) Updates `urllib3` from 1.26.6 to 2.5.0 - [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/1.26.6...2.5.0) Updates `urllib3` from 1.26.6 to 2.5.0 - [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/1.26.6...2.5.0) Updates `requests` from 2.32.3 to 2.32.4 - [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.32.4) Updates `torch` from 2.5.0 to 2.8.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.5.0...v2.8.0) Updates `transformers` from 4.45.2 to 4.53.0 - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](https://github.com/huggingface/transformers/compare/v4.45.2...v4.53.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.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: vllm dependency-version: 0.11.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: transformers dependency-version: 4.53.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- rankify/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 1e06165..86eb66c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -8,5 +8,5 @@ mkdocs-material[imaging]>=9.5.41 mkdocs-redirects>=1.2.1 mkdocstrings>=0.26.1 mkdocstrings-python>=1.12.2 -urllib3==1.26.6 +urllib3==2.5.0 mistune==3.0.2 \ No newline at end of file diff --git a/rankify/requirements.txt b/rankify/requirements.txt index bdc0fea..e811809 100644 --- a/rankify/requirements.txt +++ b/rankify/requirements.txt @@ -1,9 +1,9 @@ pandas==2.2.3 prettytable==3.11.0 tqdm==4.66.5 -requests==2.32.3 -torch==2.5.0 -transformers==4.45.2 +requests==2.32.4 +torch==2.8.0 +transformers==4.53.0 sentencepiece==0.2.0 openai==1.52.2 anthropic==0.37.1