From cd888570e0f84449fca17a76c1d848316a3e4900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 09:42:34 +0000 Subject: [PATCH] Update pip requirement from >=25.3 to >=26.1.1 in /.github/workflows Updates the requirements on [pip](https://github.com/pypa/pip) to permit the latest version. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.3...26.1.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/constraints.txt b/.github/workflows/constraints.txt index dd8c1c6..c6f21cf 100644 --- a/.github/workflows/constraints.txt +++ b/.github/workflows/constraints.txt @@ -1,5 +1,5 @@ black>=25.1.0 pre-commit>=4.0.0 -pip>=25.3 +pip>=26.1.1 flake8==7.3.0 reorder-python-imports==3.16.0