Skip to content

Commit 79fdbf5

Browse files
committed
Increased pip version to 26.0
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent e9675b9 commit 79fdbf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Base dependencies (must be consistent with minimum-constraints-install.txt
66
# and build-system.requires in pyproject.toml)
77

8-
pip>=25.2
8+
pip>=26.0
99
setuptools>=78.1.1
1010
setuptools-scm[toml]>=9.2.0
1111
wheel>=0.46.2

minimum-constraints-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# Base dependencies
99

10-
pip==25.2
10+
pip==26.0
1111
setuptools==78.1.1
1212
# Note on not specifying 'setuptools-scm[toml]': Extras cannot be in constraints files
1313
setuptools-scm==9.2.0

0 commit comments

Comments
 (0)