Skip to content

Commit b8c4629

Browse files
Bump pip from 23.3.1 to 25.3 in /requirements
Bumps [pip](https://github.com/pypa/pip) from 23.3.1 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@23.3.1...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85bf7e1 commit b8c4629

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements/requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ wheel==0.45.1 \
3636
# via pip-tools
3737

3838
# The following packages are considered to be unsafe in a requirements file:
39-
pip==23.3.1 \
40-
--hash=sha256:1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174 \
41-
--hash=sha256:55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b
39+
pip==25.3 \
40+
--hash=sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 \
41+
--hash=sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd
4242
# via
4343
# -c requirements-pip.txt
4444
# pip-tools

requirements/requirements-pip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This file should only contain dependencies we use directly.
33
# Indirect dependencies should be pinned in the autogenerated files.
44

5-
pip==23.3.1
5+
pip==25.3

requirements/requirements-pip.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# The following packages are considered to be unsafe in a requirements file:
9-
pip==23.3.1 \
10-
--hash=sha256:1fcaa041308d01f14575f6d0d2ea4b75a3e2871fe4f9c694976f908768e14174 \
11-
--hash=sha256:55eb67bb6171d37447e82213be585b75fe2b12b359e993773aca4de9247a052b
9+
pip==25.3 \
10+
--hash=sha256:8d0538dbbd7babbd207f261ed969c65de439f6bc9e5dbd3b3b9a77f25d95f343 \
11+
--hash=sha256:9655943313a94722b7774661c21049070f6bbb0a1516bf02f7c8d5d9201514cd
1212
# via -r requirements-pip.in

0 commit comments

Comments
 (0)