Skip to content

Commit f20692a

Browse files
chore(deps): bump pip from 24.3.1 to 25.2 in /.github/pip
Bumps [pip](https://github.com/pypa/pip) from 24.3.1 to 25.2. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@24.3.1...25.2) --- updated-dependencies: - dependency-name: pip dependency-version: '25.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b544e57 commit f20692a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/pip/pip-tools-requirements.in

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

55
pip-tools==7.4.1
66
setuptools>=78.1.1
7-
pip<25 # pip 25.1 has compatibility issues with pip-tools on Python 3.13
7+
pip<26 # pip 25.1 has compatibility issues with pip-tools on Python 3.13

.github/pip/pip-tools-requirements.txt

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

3434
# The following packages are considered to be unsafe in a requirements file:
35-
pip==24.3.1 \
36-
--hash=sha256:3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed \
37-
--hash=sha256:ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99
35+
pip==25.2 \
36+
--hash=sha256:578283f006390f85bb6282dffb876454593d637f5d1be494b5202ce4877e71f2 \
37+
--hash=sha256:6d67a2b4e7f14d8b31b8b52648866fa717f45a1eb70e83002f4331d07e953717
3838
# via
3939
# -r pip-tools-requirements.in
4040
# pip-tools

0 commit comments

Comments
 (0)