From dd85a64d78cb6783f804ecea6566c086f81fb950 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 20:52:36 +0000 Subject: [PATCH] Bump pip from 25.2 to 26.1.2 in /requirements Bumps [pip](https://github.com/pypa/pip) from 25.2 to 26.1.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.2...26.1.2) --- updated-dependencies: - dependency-name: pip dependency-version: 26.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 3fa7e6e23ca..0f84237e1b5 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -25,7 +25,7 @@ setuptools-scm < 10 # the pre-commit hook venv on Python 3.14, which leaves the venv in a # corrupted state because pip 26.0.1's vendored pygments wheel is # missing the modeline submodule on cpython 3.14. Stay on 25.2. -pip == 25.2 +pip == 26.1.2 markdown-it-py < 3.0.0; python_version == "3.9" # myst-docutils 4.x (the latest supporting Python 3.10) requires # markdown-it-py ~=3.0; the 5.x line that pairs with markdown-it-py 4.x