From 7d987356750a9cdcc2fe488b33bdd26eb752394f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:58:47 +0000 Subject: [PATCH] Bump wheel from 0.33.6 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.38.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.33.6...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev_requirements.txt | 145 +++++++++++++++++++++++++++++++------------ 1 file changed, 104 insertions(+), 41 deletions(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index c826b46..a3ac73f 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,54 +4,117 @@ # # pip-compile dev_requirements.in # ---trusted-host pypi.python.org - -appdirs==1.4.3 # via black -atomicwrites==1.3.0 # via pytest -attrs==19.3.0 # via black, pytest +appdirs==1.4.3 + # via black +atomicwrites==1.3.0 + # via pytest +attrs==19.3.0 + # via + # black + # pytest black==19.10b0 -bleach==3.1.0 # via readme-renderer + # via -r dev_requirements.in +bleach==3.1.0 + # via readme-renderer bumpversion==0.5.3 -certifi==2019.9.11 # via requests -chardet==3.0.4 # via requests -click==7.0 # via black, pip-tools + # via -r dev_requirements.in +certifi==2019.9.11 + # via requests +chardet==3.0.4 + # via requests +click==7.0 + # via + # black + # pip-tools coverage==4.5.4 -docutils==0.15.2 # via readme-renderer -entrypoints==0.3 # via flake8 -filelock==3.0.12 # via tox + # via + # -r dev_requirements.in + # pytest-cov +docutils==0.15.2 + # via readme-renderer +entrypoints==0.3 + # via flake8 +filelock==3.0.12 + # via tox flake8==3.7.9 -idna==2.8 # via requests -importlib-metadata==0.23 # via pluggy, pytest, tox -mccabe==0.6.1 # via flake8 -more-itertools==7.2.0 # via pytest, zipp -packaging==19.2 # via pytest, tox -pathspec==0.6.0 # via black + # via -r dev_requirements.in +idna==2.8 + # via requests +mccabe==0.6.1 + # via flake8 +more-itertools==7.2.0 + # via pytest +packaging==19.2 + # via + # pytest + # tox +pathspec==0.6.0 + # via black pip-tools==4.2.0 -pkginfo==1.5.0.1 # via twine -pluggy==0.13.0 # via pytest, tox -py==1.8.0 # via pytest, tox -pycodestyle==2.5.0 # via flake8 -pyflakes==2.1.1 # via flake8 -pygments==2.4.2 # via readme-renderer -pyparsing==2.4.4 # via packaging -pytest-cov==2.8.1 + # via -r dev_requirements.in +pkginfo==1.5.0.1 + # via twine +pluggy==0.13.0 + # via + # pytest + # tox +py==1.8.0 + # via + # pytest + # tox +pycodestyle==2.5.0 + # via flake8 +pyflakes==2.1.1 + # via flake8 +pygments==2.4.2 + # via readme-renderer +pyparsing==2.4.4 + # via packaging pytest==5.2.2 -readme-renderer==24.0 # via twine -regex==2019.11.1 # via black -requests-toolbelt==0.9.1 # via twine -requests==2.22.0 # via requests-toolbelt, twine -six==1.13.0 # via bleach, packaging, pip-tools, readme-renderer, tox -toml==0.10.0 # via black, tox + # via + # -r dev_requirements.in + # pytest-cov +pytest-cov==2.8.1 + # via -r dev_requirements.in +readme-renderer==24.0 + # via twine +regex==2019.11.1 + # via black +requests==2.22.0 + # via + # requests-toolbelt + # twine +requests-toolbelt==0.9.1 + # via twine +six==1.13.0 + # via + # bleach + # packaging + # pip-tools + # readme-renderer + # tox +toml==0.10.0 + # via + # black + # tox tox==3.14.0 -tqdm==4.38.0 # via twine + # via -r dev_requirements.in +tqdm==4.38.0 + # via twine twine==2.0.0 -typed-ast==1.4.0 # via black -urllib3==1.25.6 # via requests -virtualenv==16.7.7 # via tox -wcwidth==0.1.7 # via pytest -webencodings==0.5.1 # via bleach -wheel==0.33.6 -zipp==0.6.0 # via importlib-metadata + # via -r dev_requirements.in +typed-ast==1.4.0 + # via black +urllib3==1.25.6 + # via requests +virtualenv==16.7.7 + # via tox +wcwidth==0.1.7 + # via pytest +webencodings==0.5.1 + # via bleach +wheel==0.38.1 + # via -r dev_requirements.in # The following packages are considered to be unsafe in a requirements file: -# setuptools==41.6.0 # via twine +# setuptools