From 5c55a1c083cc8e723390684a871e878d3e2ee5c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:44:36 +0000 Subject: [PATCH] Bump pip-tools from 7.4.1 to 7.5.0 Bumps [pip-tools](https://github.com/jazzband/pip-tools) from 7.4.1 to 7.5.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/7.4.1...v7.5.0) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.dev.txt b/requirements.dev.txt index aac6d5a..ced75ad 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -24,7 +24,7 @@ packaging==25.0 # pytest pathspec==0.12.1 # via mypy -pip-tools==7.4.1 +pip-tools==7.5.0 # via -r requirements.dev.in pluggy==1.6.0 # via pytest