Skip to content

Commit 2640bda

Browse files
build(deps): bump wheel from 0.45.1 to 0.46.2 (#225)
Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a21d0e commit 2640bda

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

requirements-dev.txt

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --no-emit-index-url --strip-extras requirements-dev.in
66
#
7-
alabaster==1.0.0
7+
alabaster==0.7.16
88
# via sphinx
99
babel==2.17.0
1010
# via sphinx
@@ -33,6 +33,8 @@ docutils==0.21.2
3333
# myst-parser
3434
# sphinx
3535
# sphinx-rtd-theme
36+
exceptiongroup==1.3.1
37+
# via pytest
3638
filelock==3.17.0
3739
# via
3840
# tox
@@ -43,6 +45,10 @@ idna==3.10
4345
# via requests
4446
imagesize==1.4.1
4547
# via sphinx
48+
importlib-metadata==8.7.1
49+
# via
50+
# build
51+
# sphinx
4652
iniconfig==2.0.0
4753
# via pytest
4854
jinja2==3.1.6
@@ -61,7 +67,7 @@ mdit-py-plugins==0.4.2
6167
# via myst-parser
6268
mdurl==0.1.2
6369
# via markdown-it-py
64-
myst-parser==4.0.0
70+
myst-parser==3.0.1
6571
# via -r requirements-dev.in
6672
packaging==24.2
6773
# via
@@ -70,6 +76,7 @@ packaging==24.2
7076
# pytest
7177
# sphinx
7278
# tox
79+
# wheel
7380
pip-tools==7.4.1
7481
# via -r requirements-dev.in
7582
platformdirs==4.3.6
@@ -104,7 +111,7 @@ snowballstemmer==2.2.0
104111
# via
105112
# pydocstyle
106113
# sphinx
107-
sphinx==8.1.3
114+
sphinx==7.4.7
108115
# via
109116
# -r requirements-dev.in
110117
# myst-parser
@@ -126,14 +133,29 @@ sphinxcontrib-qthelp==2.0.0
126133
# via sphinx
127134
sphinxcontrib-serializinghtml==2.0.0
128135
# via sphinx
136+
tomli==2.4.0
137+
# via
138+
# build
139+
# pip-tools
140+
# pyproject-api
141+
# pytest
142+
# sphinx
143+
# tox
129144
tox==4.24.1
130145
# via -r requirements-dev.in
146+
typing-extensions==4.15.0
147+
# via
148+
# exceptiongroup
149+
# myst-parser
150+
# tox
131151
urllib3==2.3.0
132152
# via requests
133153
virtualenv==20.29.1
134154
# via tox
135-
wheel==0.45.1
155+
wheel==0.46.2
136156
# via pip-tools
157+
zipp==3.23.0
158+
# via importlib-metadata
137159

138160
# The following packages are considered to be unsafe in a requirements file:
139161
# pip

0 commit comments

Comments
 (0)