Skip to content

Commit 95540fb

Browse files
chore: Upgrade Python requirements
1 parent fb0f12f commit 95540fb

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

requirements/dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ packaging==24.2
3636
# pyproject-api
3737
# pytest
3838
# tox
39+
# wheel
3940
pexpect==4.9.0
4041
# via -r requirements/test.txt
4142
pip-tools==7.4.1
@@ -70,7 +71,7 @@ tox==4.25.0
7071
# via -r requirements/dev.in
7172
virtualenv==20.30.0
7273
# via tox
73-
wheel==0.45.1
74+
wheel==0.46.1
7475
# via
7576
# -r requirements/pip-tools.txt
7677
# pip-tools

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ sphinxcontrib-serializinghtml==2.0.0
8787
# via sphinx
8888
stevedore==5.4.1
8989
# via doc8
90-
typing-extensions==4.13.0
90+
typing-extensions==4.13.1
9191
# via
9292
# beautifulsoup4
9393
# pydata-sphinx-theme

requirements/pip-tools.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ build==1.2.2.post1
99
click==8.1.8
1010
# via pip-tools
1111
packaging==24.2
12-
# via build
12+
# via
13+
# build
14+
# wheel
1315
pip-tools==7.4.1
1416
# via -r requirements/pip-tools.in
1517
pyproject-hooks==1.2.0
1618
# via
1719
# build
1820
# pip-tools
19-
wheel==0.45.1
21+
wheel==0.46.1
2022
# via pip-tools
2123

2224
# The following packages are considered to be unsafe in a requirements file:

requirements/pip.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
#
55
# make upgrade
66
#
7-
wheel==0.45.1
7+
packaging==24.2
8+
# via wheel
9+
wheel==0.46.1
810
# via -r requirements/pip.in
911

1012
# The following packages are considered to be unsafe in a requirements file:

0 commit comments

Comments
 (0)