From 5b4f3bbda00a4348cbb19fb0b077d0887c741b47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 00:47:38 +0000 Subject: [PATCH] chore(deps-dev): update pip-tools requirement 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.0...v7.5.3) --- updated-dependencies: - dependency-name: pip-tools dependency-version: 7.5.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d721a9..2601920 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ Issues = "https://github.com/Meightem/PrintGuard/issues" dev = [ "build>=1.4,<2", "mypy>=1.19,<2", - "pip-tools>=7.5,<8", + "pip-tools>=7.5.3,<8", "pytest>=9.0,<10", "pytest-cov>=7.1,<8", "ruff>=0.15,<1",