Skip to content

Commit 2f97d93

Browse files
build: Bump wheel from 0.37.1 to 0.38.1 (#99)
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.37.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent becbe74 commit 2f97d93

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ click==8.0.3
1919
colorama==0.4.4
2020
# via sphinx-autobuild
2121
datetime==4.3
22-
# via -r requirements.in
22+
# via -r docs/requirements.in
2323
docutils==0.17.1
2424
# via sphinx
2525
furo==2022.1.2
26-
# via -r requirements.in
26+
# via -r docs/requirements.in
2727
idna==3.3
2828
# via requests
2929
imagesize==1.3.0
@@ -34,21 +34,21 @@ livereload==2.6.3
3434
# via sphinx-autobuild
3535
markupsafe==2.0.1
3636
# via
37-
# -r requirements.in
37+
# -r docs/requirements.in
3838
# jinja2
3939
packaging==21.3
4040
# via sphinx
4141
pep517==0.12.0
4242
# via pip-tools
4343
pip-tools==6.4.0
44-
# via -r requirements.in
44+
# via -r docs/requirements.in
4545
pyenchant==3.2.2
4646
# via
47-
# -r requirements.in
47+
# -r docs/requirements.in
4848
# sphinxcontrib-spelling
4949
pygments==2.11.2
5050
# via
51-
# -r requirements.in
51+
# -r docs/requirements.in
5252
# furo
5353
# sphinx
5454
pyparsing==3.0.7
@@ -67,12 +67,12 @@ soupsieve==2.3.1
6767
# via beautifulsoup4
6868
sphinx==4.4.0
6969
# via
70-
# -r requirements.in
70+
# -r docs/requirements.in
7171
# furo
7272
# sphinx-autobuild
7373
# sphinxcontrib-spelling
7474
sphinx-autobuild==2021.3.14
75-
# via -r requirements.in
75+
# via -r docs/requirements.in
7676
sphinxcontrib-applehelp==1.0.2
7777
# via sphinx
7878
sphinxcontrib-devhelp==1.0.2
@@ -86,7 +86,7 @@ sphinxcontrib-qthelp==1.0.3
8686
sphinxcontrib-serializinghtml==1.1.5
8787
# via sphinx
8888
sphinxcontrib-spelling==7.3.2
89-
# via -r requirements.in
89+
# via -r docs/requirements.in
9090
tomli==2.0.0
9191
# via pep517
9292
tornado==6.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ toml==0.10.2
4444
# via pre-commit
4545
virtualenv==20.16.5
4646
# via pre-commit
47-
wheel==0.37.1
47+
wheel==0.38.1
4848
# via
4949
# -r requirements.in
5050
# pip-tools

0 commit comments

Comments
 (0)