From 22faa6276ade81668c06e9a8b993212a5e076e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 07:39:34 +0000 Subject: [PATCH] Bump pip-tools Bumps the packages group with 1 update in the /{{ cookiecutter.project_slug }}/.github/utils directory: [pip-tools](https://github.com/jazzband/pip-tools). Updates `pip-tools` from 7.5.0 to 7.5.1 - [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.0...v7.5.1) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: packages ... Signed-off-by: dependabot[bot] --- .../.github/utils/requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt b/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt index d6779e7..a9db422 100644 --- a/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt +++ b/{{ cookiecutter.project_slug }}/.github/utils/requirements_ci.txt @@ -1 +1 @@ -pip-tools==7.5.0 +pip-tools==7.5.1