From 907a7cfbb008d4e2b299625356246b768ec33872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:46:39 +0000 Subject: [PATCH] Update pip requirement from <26 to <27 in the pip group Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. Updates `pip` to 26.2.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/0.3...26.2.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.2.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4e316a9..a2ef68e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] dependencies = [ "pip-tools", - "pip<26", + "pip<27", "tomli-w", ] classifiers = [