From c01a4d89589220e6076b1e90770440cb9cdefaff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 20:12:37 +0000 Subject: [PATCH] Update pip requirement from >=23.2.1 to >=26.0.1 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/23.2.1...26.0.1) --- updated-dependencies: - dependency-name: pip dependency-version: 26.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 2 +- requirements/requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index a4e75c8..7b12170 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,4 +1,4 @@ packaging>=23.1 -pip>=23.2.1 +pip>=26.0.1 # KEEP THIS CLEAN! setuptools>=68.1.2 diff --git a/requirements/requirements_dev.txt b/requirements/requirements_dev.txt index 603064b..1610ee6 100644 --- a/requirements/requirements_dev.txt +++ b/requirements/requirements_dev.txt @@ -5,7 +5,7 @@ black>=18.9b0 certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability coveralls>=1.6.0 -pip>=19.0.3 +pip>=26.0.1 pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability pytest>=4.3.0 pytest-cov>=2.6.1