From fec9c7a562e0bceef2102691b7f64a20120e3f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Dec 2022 21:36:15 +0000 Subject: [PATCH] Bump wheel from 0.36.2 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.36.2 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.36.2...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.in | 2 +- test-requirements.txt | 19 +++---------------- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/test-requirements.in b/test-requirements.in index ea5a622..7ca3ad6 100644 --- a/test-requirements.in +++ b/test-requirements.in @@ -3,4 +3,4 @@ enum34==1.1.10 flake8==3.8.4 pylint==2.7.2 slackclient==2.9.3 -wheel==0.36.2 +wheel==0.38.1 diff --git a/test-requirements.txt b/test-requirements.txt index e71ba82..7b5b677 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -20,14 +20,8 @@ enum34==1.1.10 # via -r test-requirements.in flake8==3.8.4 # via -r test-requirements.in -idna-ssl==1.1.0 - # via aiohttp idna==3.1 - # via - # idna-ssl - # yarl -importlib-metadata==3.7.0 - # via flake8 + # via yarl isort==5.7.0 # via pylint lazy-object-proxy==1.5.2 @@ -50,18 +44,11 @@ slackclient==2.9.3 # via -r test-requirements.in toml==0.10.2 # via pylint -typed-ast==1.4.2 - # via astroid typing-extensions==3.7.4.3 - # via - # aiohttp - # importlib-metadata - # yarl -wheel==0.36.2 + # via aiohttp +wheel==0.38.1 # via -r test-requirements.in wrapt==1.12.1 # via astroid yarl==1.6.3 # via aiohttp -zipp==3.4.0 - # via importlib-metadata