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 #127

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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ charset-normalizer==2.0.12
click==8.1.3
# via pip-tools
coverage==6.4.1
# via -r requirements/development.in
# via -r development.in
distlib==0.3.4
# via virtualenv
docutils==0.17.1
Expand All @@ -33,7 +33,7 @@ filelock==3.6.0
# tox
# virtualenv
furo==2022.6.21
# via -r requirements/documentation.in
# via -r documentation.in
identify==2.5.0
# via pre-commit
idna==3.3
Expand All @@ -58,20 +58,20 @@ packaging==21.3
# tox
pandas==1.4.2
# via
# -r requirements/documentation.in
# -r requirements/execution.in
# -r documentation.in
# -r execution.in
pep517==0.12.0
# via build
pip-tools==6.8.0
# via -r requirements/development.in
# via -r development.in
platformdirs==2.5.2
# via virtualenv
pluggy==1.0.0
# via
# pytest
# tox
pre-commit==2.20.0
# via -r requirements/development.in
# via -r development.in
py==1.11.0
# via
# pytest
Expand All @@ -83,7 +83,7 @@ pygments==2.12.0
pyparsing==3.0.9
# via packaging
pytest==7.1.2
# via -r requirements/tests.in
# via -r tests.in
python-dateutil==2.8.2
# via pandas
pytz==2022.1
Expand All @@ -94,7 +94,7 @@ pyyaml==6.0
# via pre-commit
requests==2.28.1
# via
# -r requirements/execution.in
# -r execution.in
# sphinx
six==1.16.0
# via
Expand All @@ -107,7 +107,7 @@ soupsieve==2.3.2.post1
# via beautifulsoup4
sphinx==4.5.0
# via
# -r requirements/documentation.in
# -r documentation.in
# furo
# sphinx-basic-ng
sphinx-basic-ng==0.0.1a11
Expand All @@ -130,18 +130,17 @@ toml==0.10.2
# tox
tomli==2.0.1
# via
# build
# pep517
# pytest
tox==3.25.1
# via -r requirements/development.in
# via -r development.in
urllib3==1.26.9
# via requests
virtualenv==20.14.1
# via
# pre-commit
# tox
wheel==0.37.1
wheel==0.38.1
# via pip-tools

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