From ce8a9b227eb0f2e8d2148e4d65f921627dc06cf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 13:24:16 +0000 Subject: [PATCH] pip prod(deps): update pip requirement 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/9.0.1...26.2.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ee6fa66986..4f42c41ffb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pip>=9.0.1,<=26.2 +pip<=26.2.1,>=26.2.1 numpy>=1.26,<=2.4.3 sympy>=1.12.1,<1.15 psutil>=5.1.0,<8.0