From f73f9d39f5f1799b6364e094e595edb5557e7a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 23:37:12 +0000 Subject: [PATCH] chore(deps-dev): update pip-tools requirement from >=7.0.0 to >=7.5.3 Updates the requirements on [pip-tools](https://github.com/jazzband/pip-tools) to permit the latest version. - [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.0.0...v7.5.3) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.3 dependency-type: direct:development ... 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 81c1ade..6fa6bb6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,7 +15,7 @@ black>=26.3.1 pre-commit==4.3.0 # Documentation and development tools -pip-tools>=7.0.0 +pip-tools>=7.5.3 # Core dependencies (excluding torch which is installed separately in CI) transformers==4.57.3