File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ packaging==24.2
3636 # pyproject-api
3737 # pytest
3838 # tox
39+ # wheel
3940pexpect==4.9.0
4041 # via -r requirements/test.txt
4142pip-tools==7.4.1
@@ -70,7 +71,7 @@ tox==4.25.0
7071 # via -r requirements/dev.in
7172virtualenv==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
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ sphinxcontrib-serializinghtml==2.0.0
8787 # via sphinx
8888stevedore==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
Original file line number Diff line number Diff line change @@ -9,14 +9,16 @@ build==1.2.2.post1
99click==8.1.8
1010 # via pip-tools
1111packaging==24.2
12- # via build
12+ # via
13+ # build
14+ # wheel
1315pip-tools==7.4.1
1416 # via -r requirements/pip-tools.in
1517pyproject-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:
Original file line number Diff line number Diff line change 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:
You can’t perform that action at this time.
0 commit comments