From 8f86823e0f1fbbeba70537b76d56bac2b08df0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Apr 2023 16:13:28 +0000 Subject: [PATCH] chore(deps-dev): bump wheel from 0.37.1 to 0.38.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 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.37.1...0.38.1) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d41942f2..1592851b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2075,18 +2075,18 @@ files = [ [[package]] name = "wheel" -version = "0.37.1" +version = "0.38.4" description = "A built-package format for Python" category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "wheel-0.37.1-py2.py3-none-any.whl", hash = "sha256:4bdcd7d840138086126cd09254dc6195fb4fc6f01c050a1d7236f2630db1d22a"}, - {file = "wheel-0.37.1.tar.gz", hash = "sha256:e9a504e793efbca1b8e0e9cb979a249cf4a0a7b5b8c9e8b65a5e39d49529c1c4"}, + {file = "wheel-0.38.4-py3-none-any.whl", hash = "sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8"}, + {file = "wheel-0.38.4.tar.gz", hash = "sha256:965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac"}, ] [package.extras] -test = ["pytest (>=3.0.0)", "pytest-cov"] +test = ["pytest (>=3.0.0)"] [[package]] name = "wrapt" @@ -2184,4 +2184,4 @@ docs = ["mock", "alabaster", "commonmark", "recommonmark", "Sphinx", "sphinx-rtd [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "0bf511e47a34e9bdfe1dede48340aa61f5c3789b7a933a9e70284aee75f822c3" +content-hash = "f34464769076e852c0dfd5036989df34f9be89994db9f7829a1eab31679e770d" diff --git a/pyproject.toml b/pyproject.toml index cf2fe1ab..2997478d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ tox = "^3.25.0" pytest = "^7.1.2" pytest-cov = "^3.0.0" pytest-asyncio = "0.20.3" -wheel = "^0.37.1" +wheel = ">=0.37.1,<0.39.0" pre-commit = "^2.19.0" isort = "^5.10.1" black = "^22.3.0"