Skip to content

Commit aa0bb2b

Browse files
Bump pip from 25.3 to 26.1 in /requirements
Bumps [pip](https://github.com/pypa/pip) from 25.3 to 26.1. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.3...26.1) --- updated-dependencies: - dependency-name: pip dependency-version: '26.1' dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6756464 commit aa0bb2b

8 files changed

Lines changed: 16 additions & 16 deletions

File tree

requirements/build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ zope-interface==6.1
246246
# gevent
247247

248248
# The following packages are considered to be unsafe in a requirements file:
249-
pip==25.3
249+
pip==26.1
250250
# via pip-tools
251251
setuptools==78.1.1
252252
# via

requirements/checkformatting.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe requirements/checkformatting.in
66
#
77
black==25.11.0
8-
# via -r requirements/checkformatting.in
8+
# via -r checkformatting.in
99
build==1.0.3
1010
# via pip-tools
1111
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
1515
importlib-metadata==7.0.1
1616
# via pip-sync-faster
1717
isort==6.1.0
18-
# via -r requirements/checkformatting.in
18+
# via -r checkformatting.in
1919
mypy-extensions==1.0.0
2020
# via black
2121
packaging==23.2
@@ -25,10 +25,10 @@ packaging==23.2
2525
pathspec==0.12.1
2626
# via black
2727
pip-sync-faster==0.0.5
28-
# via -r requirements/checkformatting.in
28+
# via -r checkformatting.in
2929
pip-tools==7.5.2
3030
# via
31-
# -r requirements/checkformatting.in
31+
# -r checkformatting.in
3232
# pip-sync-faster
3333
platformdirs==4.1.0
3434
# via black
@@ -44,7 +44,7 @@ zipp==3.19.1
4444
# via importlib-metadata
4545

4646
# The following packages are considered to be unsafe in a requirements file:
47-
pip==25.3
47+
pip==26.1
4848
# via pip-tools
4949
setuptools==78.1.1
5050
# via pip-tools

requirements/coverage.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zipp==3.19.1
3030
# via importlib-metadata
3131

3232
# The following packages are considered to be unsafe in a requirements file:
33-
pip==25.3
33+
pip==26.1
3434
# via pip-tools
3535
setuptools==78.1.1
3636
# via pip-tools

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ zope-interface==6.1
290290
# gevent
291291

292292
# The following packages are considered to be unsafe in a requirements file:
293-
pip==25.3
293+
pip==26.1
294294
# via pip-tools
295295
setuptools==78.1.1
296296
# via

requirements/format.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# pip-compile --allow-unsafe requirements/format.in
66
#
77
black==25.11.0
8-
# via -r requirements/format.in
8+
# via -r format.in
99
build==1.0.3
1010
# via pip-tools
1111
click==8.1.7
@@ -15,7 +15,7 @@ click==8.1.7
1515
importlib-metadata==7.0.1
1616
# via pip-sync-faster
1717
isort==6.1.0
18-
# via -r requirements/format.in
18+
# via -r format.in
1919
mypy-extensions==1.0.0
2020
# via black
2121
packaging==23.2
@@ -25,10 +25,10 @@ packaging==23.2
2525
pathspec==0.12.1
2626
# via black
2727
pip-sync-faster==0.0.5
28-
# via -r requirements/format.in
28+
# via -r format.in
2929
pip-tools==7.5.2
3030
# via
31-
# -r requirements/format.in
31+
# -r format.in
3232
# pip-sync-faster
3333
platformdirs==4.1.0
3434
# via black
@@ -44,7 +44,7 @@ zipp==3.19.1
4444
# via importlib-metadata
4545

4646
# The following packages are considered to be unsafe in a requirements file:
47-
pip==25.3
47+
pip==26.1
4848
# via pip-tools
4949
setuptools==78.1.1
5050
# via pip-tools

requirements/functests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ zope-interface==6.1
265265
# gevent
266266

267267
# The following packages are considered to be unsafe in a requirements file:
268-
pip==25.3
268+
pip==26.1
269269
# via pip-tools
270270
setuptools==78.1.1
271271
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ zope-interface==6.1
373373
# gevent
374374

375375
# The following packages are considered to be unsafe in a requirements file:
376-
pip==25.3
376+
pip==26.1
377377
# via
378378
# -r tests.txt
379379
# pip-tools

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ zope-interface==6.1
269269
# gevent
270270

271271
# The following packages are considered to be unsafe in a requirements file:
272-
pip==25.3
272+
pip==26.1
273273
# via pip-tools
274274
setuptools==78.1.1
275275
# via

0 commit comments

Comments
 (0)