From 336e8771461dce6dde79c126723e85924e290e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 21:46:00 +0000 Subject: [PATCH] build(deps): bump pip from 25.2 to 26.2 in /requirements Bumps [pip](https://github.com/pypa/pip) from 25.2 to 26.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/25.2...26.2) --- updated-dependencies: - dependency-name: pip dependency-version: '26.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 6602083012ed..9770f8e13be2 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -25,7 +25,7 @@ setuptools-scm < 10 # 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.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