From 092297f27d2a2fcdcfa5a76136fdf9cee77b2f7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 04:17:52 +0000 Subject: [PATCH] Update pip-tools requirement Updates the requirements on [pip-tools](https://github.com/jazzband/pip-tools) to permit the latest version. Updates `pip-tools` to 7.6.0 - [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.6.0) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.6.0 dependency-type: direct:production dependency-group: python ... Signed-off-by: dependabot[bot] --- .github/utils/requirements_ci.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/utils/requirements_ci.txt b/.github/utils/requirements_ci.txt index b3f6f9f..d885ec4 100644 --- a/.github/utils/requirements_ci.txt +++ b/.github/utils/requirements_ci.txt @@ -1,2 +1,2 @@ -pip-tools~=7.5 +pip-tools~=7.6 pre-commit~=4.6