From 5bbab8d9fbec2e30851283a0b6e8397f8b810be8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 05:41:45 +0000 Subject: [PATCH] Bump the packages group across 2 directories with 1 update Updates the requirements on and [pip](https://github.com/pypa/pip) to permit the latest version. Updates `pip` to 25.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/0.3...25.3) Updates `pip` to 25.3 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/0.3...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production dependency-group: packages - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production dependency-group: packages ... Signed-off-by: dependabot[bot] --- .github/utils/requirements.txt | 2 +- .../.github/utils/requirements_ci.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/utils/requirements.txt b/.github/utils/requirements.txt index bd227da..322ebe7 100644 --- a/.github/utils/requirements.txt +++ b/.github/utils/requirements.txt @@ -1,4 +1,4 @@ cookiecutter~=2.6 flit~=3.12 -pip<25.3 # temporary +pip<25.4 # temporary pip-tools~=7.5 diff --git a/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt b/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt index 5fdc317..6b59089 100644 --- a/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt +++ b/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt @@ -1,2 +1,2 @@ -pip<25.3 # temporary +pip<25.4 # temporary pip-tools==7.5.1