Skip to content

Commit d4db6d4

Browse files
authored
Upgrading pip from v23.3.1 to v25.3 (#1098)
1 parent 85bf7e1 commit d4db6d4

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

requirements/requirements-dev.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
-c requirements-prod.txt
66
-c requirements-pip.txt
77

8-
pip-tools==7.4.1
8+
pip-tools==7.5.2

requirements/requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ packaging==24.2 \
2020
# via
2121
# -c requirements-prod.txt
2222
# build
23-
pip-tools==7.4.1 \
24-
--hash=sha256:4c690e5fbae2f21e87843e89c26191f0d9454f362d8acdbd695716493ec8b3a9 \
25-
--hash=sha256:864826f5073864450e24dbeeb85ce3920cdfb09848a3d69ebf537b521f14bcc9
23+
pip-tools==7.5.2 \
24+
--hash=sha256:2d64d72da6a044da1110257d333960563d7a4743637e8617dd2610ae7b82d60f \
25+
--hash=sha256:2fe16db727bbe5bf28765aeb581e792e61be51fc275545ef6725374ad720a1ce
2626
# via -r requirements-dev.in
2727
pyproject-hooks==1.2.0 \
2828
--hash=sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 \
@@ -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)