From dcf9c79272b63434adba634db85363f8e9f614ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 19:12:39 +0000 Subject: [PATCH] Bump pip from 23.3 to 26.1 Bumps [pip](https://github.com/pypa/pip) from 23.3 to 26.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/23.3...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- py310_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/py310_requirements.txt b/py310_requirements.txt index ce1fef74..6011dae5 100644 --- a/py310_requirements.txt +++ b/py310_requirements.txt @@ -1,7 +1,7 @@ lxml==4.9.1 numpy==1.24.2 pandas==1.5.2 -pip==23.3 +pip==26.1 PyMySQL==1.1.1 pytest==7.2.1 python-dateutil==2.8.2 diff --git a/requirements.txt b/requirements.txt index 5c3a5880..1e1d0a5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ lxml>=5.3.0 numpy>=2.2.2 pandas>=2.2.3 -pip>=25.0 +pip>=26.1 PyMySQL>=1.1.1 pytest>=8.3.4 PyYAML>=6.0.2