Skip to content

Commit 41817b8

Browse files
dependabot[bot]Alejandro Celaya
andauthored
Bump pip from 25.2 to 25.3 in /requirements (#1690)
* Bump pip from 25.2 to 25.3 in /requirements Bumps [pip](https://github.com/pypa/pip) from 25.2 to 25.3. - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@25.2...25.3) --- updated-dependencies: - dependency-name: pip dependency-version: '25.3' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update pip-tools to v7.5.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Alejandro Celaya <alejandro.celaya@hypothes.is>
1 parent 95f0458 commit 41817b8

20 files changed

Lines changed: 549 additions & 550 deletions

requirements/build.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip==25.2
1+
pip==25.3
22
pip-tools
33
pip-sync-faster
44
whitenoise

requirements/build.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ importlib-metadata==7.0.1
1313
packaging==23.2
1414
# via build
1515
pip-sync-faster==0.0.5
16-
# via -r requirements/build.in
17-
pip-tools==7.5.1
16+
# via -r build.in
17+
pip-tools==7.5.2
1818
# via
19-
# -r requirements/build.in
19+
# -r build.in
2020
# pip-sync-faster
2121
pyproject-hooks==1.0.0
2222
# via
@@ -25,14 +25,14 @@ pyproject-hooks==1.0.0
2525
wheel==0.42.0
2626
# via pip-tools
2727
whitenoise==6.11.0
28-
# via -r requirements/build.in
28+
# via -r build.in
2929
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.2
33+
pip==25.3
3434
# via
35-
# -r requirements/build.in
35+
# -r build.in
3636
# pip-tools
3737
setuptools==78.1.1
3838
# via pip-tools

requirements/checkformatting.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip==25.2
1+
pip==25.3
22
pip-tools
33
pip-sync-faster
44
ruff

requirements/checkformatting.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ importlib-metadata==7.0.1
1313
packaging==23.2
1414
# via build
1515
pip-sync-faster==0.0.5
16-
# via -r requirements/checkformatting.in
17-
pip-tools==7.5.1
16+
# via -r checkformatting.in
17+
pip-tools==7.5.2
1818
# via
19-
# -r requirements/checkformatting.in
19+
# -r checkformatting.in
2020
# pip-sync-faster
2121
pyproject-hooks==1.0.0
2222
# via
2323
# build
2424
# pip-tools
2525
ruff==0.14.4
26-
# via -r requirements/checkformatting.in
26+
# via -r checkformatting.in
2727
wheel==0.42.0
2828
# via pip-tools
2929
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.2
33+
pip==25.3
3434
# via
35-
# -r requirements/checkformatting.in
35+
# -r checkformatting.in
3636
# pip-tools
3737
setuptools==78.1.1
3838
# via pip-tools

requirements/coverage.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pip==25.2
1+
pip==25.3
22
pip-tools
33
pip-sync-faster
44
coverage[toml]

requirements/coverage.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ build==1.0.3
99
click==8.1.7
1010
# via pip-tools
1111
coverage[toml]==7.11.3
12-
# via -r requirements/coverage.in
12+
# via -r coverage.in
1313
importlib-metadata==7.0.1
1414
# via pip-sync-faster
1515
packaging==23.2
1616
# via build
1717
pip-sync-faster==0.0.5
18-
# via -r requirements/coverage.in
19-
pip-tools==7.5.1
18+
# via -r coverage.in
19+
pip-tools==7.5.2
2020
# via
21-
# -r requirements/coverage.in
21+
# -r coverage.in
2222
# pip-sync-faster
2323
pyproject-hooks==1.0.0
2424
# via
@@ -30,9 +30,9 @@ 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.2
33+
pip==25.3
3434
# via
35-
# -r requirements/coverage.in
35+
# -r coverage.in
3636
# pip-tools
3737
setuptools==78.1.1
3838
# via pip-tools

0 commit comments

Comments
 (0)