From 76f3a8bd3b08fe62b036a46ebd46364792256ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 20:39:39 +0000 Subject: [PATCH] Bump wheel from 0.30.0 to 0.38.1 in /requirements Bumps [wheel](https://github.com/pypa/wheel) from 0.30.0 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.30.0...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/testing.txt | 69 ++++++++++++++++++++++++++++++++++------ 1 file changed, 59 insertions(+), 10 deletions(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index 0494824..f144e2c 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -4,28 +4,77 @@ # # pip-compile --output-file requirements/testing.txt requirements/testing.in # -aspy.yaml==0.3.0 # via pre-commit -attrs==17.2.0 # via hypothesis -cached-property==1.3.1 # via pre-commit +aspy-yaml==0.3.0 + # via pre-commit +attrs==17.2.0 + # via hypothesis +cached-property==1.3.1 + # via pre-commit certifi==2017.7.27.1 + # via + # -r requirements.txt + # requests chardet==3.0.4 + # via + # -r requirements.txt + # requests codecov==2.0.9 -cookies==2.2.1 # via responses + # via -r testing.in +cookies==2.2.1 + # via responses coverage==4.4.1 + # via + # -r testing.in + # codecov + # hypothesis + # pytest-cov freezegun==0.3.10 + # via -r testing.in hypothesis==3.31.2 + # via -r testing.in idna==2.6 -nodeenv==1.2.0 # via pre-commit + # via + # -r requirements.txt + # requests +nodeenv==1.2.0 + # via pre-commit pre-commit==0.13.6 -py==1.4.34 # via pytest + # via -r testing.in +py==1.4.34 + # via pytest pycodestyle==2.3.1 -pytest-cov==2.5.1 + # via -r testing.in pytest==3.2.2 + # via + # -r testing.in + # pytest-cov +pytest-cov==2.5.1 + # via -r testing.in python-dateutil==2.6.1 -pyyaml==3.12 # via aspy.yaml, pre-commit + # via + # -r requirements.txt + # freezegun +pyyaml==3.12 + # via pre-commit requests==2.18.4 + # via + # -r requirements.txt + # codecov + # responses responses==0.8.0 + # via -r testing.in six==1.11.0 + # via + # -r requirements.txt + # freezegun + # pre-commit + # python-dateutil + # responses urllib3==1.22 -virtualenv==15.1.0 # via pre-commit -wheel==0.30.0 + # via + # -r requirements.txt + # requests +virtualenv==15.1.0 + # via pre-commit +wheel==0.38.1 + # via -r testing.in