Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump wheel from 0.37.1 to 0.38.1 in /.requirements #164

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 16 additions & 8 deletions .requirements/build.txt
Expand Up @@ -10,16 +10,18 @@ bleach==4.1.0
# readme-renderer
certifi==2021.10.8
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==2.0.12
# via requests
click==8.0.4
# via pip-tools
colorama==0.4.4
# via
# click
# minchin-releaser
# tqdm
# twine
cryptography==38.0.4
# via secretstorage
docutils==0.18.1
# via readme-renderer
gitdb==4.0.9
Expand All @@ -36,26 +38,30 @@ invoke==1.7.0
# via minchin-releaser
isort==5.10.1
# via minchin-releaser
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.5.0
# via twine
minchin-releaser==0.8.2
# via -r .\.requirements\build.in
# via -r build.in
packaging==21.3
# via bleach
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
# via -r .\.requirements\build.in
# via -r build.in
pkginfo==1.8.2
# via twine
pycparser==2.21
# via cffi
pygments==2.11.2
# via
# minchin-releaser
# readme-renderer
pyparsing==3.0.7
# via packaging
pywin32-ctypes==0.2.0
# via keyring
readme-renderer==34.0
# via twine
requests==2.27.1
Expand All @@ -66,9 +72,11 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==2.0.0
# via twine
secretstorage==3.3.3
# via keyring
semantic-version==2.6.0
# via
# -r .\.requirements\build.in
# -r build.in
# minchin-releaser
six==1.16.0
# via bleach
Expand All @@ -87,7 +95,7 @@ urllib3==1.26.9
# twine
webencodings==0.5.1
# via bleach
wheel==0.37.1
wheel==0.38.1
# via
# minchin-releaser
# pip-tools
Expand Down