Skip to content

Commit 680b2b6

Browse files
authored
Merge pull request #2967 from opensafely-core/dependabot/pip/pip-26.0
Bump pip from 25.2 to 26.0
2 parents 7d047ae + 2973ee6 commit 680b2b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements.dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ pandas
2828

2929
# Pin pip due to incompatibility of later releases with pip-tools
3030
# https://github.com/jazzband/pip-tools/issues/2252
31-
pip==25.2
31+
pip==26.0

requirements.dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -942,9 +942,9 @@ wheel==0.46.3 \
942942
# via pip-tools
943943

944944
# The following packages are considered to be unsafe in a requirements file:
945-
pip==25.2 \
946-
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
947-
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
945+
pip==26.0 \
946+
--hash=sha256:3ce220a0a17915972fbf1ab451baae1521c4539e778b28127efa79b974aff0fa \
947+
--hash=sha256:98436feffb9e31bc9339cf369fd55d3331b1580b6a6f1173bacacddcf9c34754
948948
# via
949949
# -r requirements.dev.in
950950
# pip-tools

0 commit comments

Comments
 (0)