From 30b5bca5099d6cc5fca88dcda5d73b7c4cfb6d60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:12:38 +0000 Subject: [PATCH] build(deps-dev): update pip-tools requirement from >=7.5.3 to >=7.6.0 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/v7.5.3...v7.6.0) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.6.0 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 a051415..66922d0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ pytest>=9.0.3 pytest-timeout==2.4.0 pip-audit>=2.10.0 -pip-tools>=7.5.3 +pip-tools>=7.6.0 pyinstaller>=6.20.0 pyinstaller-hooks-contrib>=2026.5