From f7db32a0d8a01afcb40a73d98f65135368973e65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 05:16:20 +0000 Subject: [PATCH 1/2] Bump the packages group across 2 directories with 2 updates Updates the requirements on [pip](https://github.com/pypa/pip) and [pip-tools](https://github.com/jazzband/pip-tools) 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) Updates `pip-tools` from 7.5.1 to 7.5.2 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/v7.5.1...v7.5.2) Updates `pip-tools` from 7.5.1 to 7.5.2 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](https://github.com/jazzband/pip-tools/compare/v7.5.1...v7.5.2) --- 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 - dependency-name: pip-tools dependency-version: 7.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages - dependency-name: pip-tools dependency-version: 7.5.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages ... Signed-off-by: dependabot[bot] --- .github/utils/requirements.txt | 2 +- .../.github/utils/requirements_ci.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 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..a8f4033 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-tools==7.5.1 +pip<25.4 # temporary +pip-tools==7.5.2 From bfcb0c29e989dd0c033db0ff024e040b2e9ad07a Mon Sep 17 00:00:00 2001 From: Casper Welzel Andersen <43357585+CasperWA@users.noreply.github.com> Date: Mon, 17 Nov 2025 08:56:54 +0100 Subject: [PATCH 2/2] Remove temporary pip restriction --- .github/utils/requirements.txt | 1 - .../.github/utils/requirements_ci.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/utils/requirements.txt b/.github/utils/requirements.txt index 322ebe7..a548fdf 100644 --- a/.github/utils/requirements.txt +++ b/.github/utils/requirements.txt @@ -1,4 +1,3 @@ cookiecutter~=2.6 flit~=3.12 -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 a8f4033..d41510d 100644 --- a/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt +++ b/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt @@ -1,2 +1 @@ -pip<25.4 # temporary pip-tools==7.5.2