From 3f0da19e827a1fbf71101c252e5cbb852fe9b7f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 08:20:15 +0100 Subject: [PATCH] chore(deps): bump wheel from 0.41.3 to 0.42.0 (#365) Bumps [wheel](https://github.com/pypa/wheel) from 0.41.3 to 0.42.0. - [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.41.3...0.42.0) --- updated-dependencies: - dependency-name: wheel dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4cef71ec..ab9b2672 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1106,13 +1106,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "wheel" -version = "0.41.3" +version = "0.42.0" description = "A built-package format for Python" optional = false python-versions = ">=3.7" files = [ - {file = "wheel-0.41.3-py3-none-any.whl", hash = "sha256:488609bc63a29322326e05560731bf7bfea8e48ad646e1f5e40d366607de0942"}, - {file = "wheel-0.41.3.tar.gz", hash = "sha256:4d4987ce51a49370ea65c0bfd2234e8ce80a12780820d9dc462597a6e60d0841"}, + {file = "wheel-0.42.0-py3-none-any.whl", hash = "sha256:177f9c9b0d45c47873b619f5b650346d632cdc35fb5e4d25058e09c9e581433d"}, + {file = "wheel-0.42.0.tar.gz", hash = "sha256:c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"}, ] [package.extras] @@ -1205,4 +1205,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "2cd54f31dac52d287e9268e66b13ff46761762ce5fc9f82b67c84e5d8009074f" +content-hash = "9967882759cb43f3709b61accd05d90751c93413ee56bf5497ce976d80431d71" diff --git a/pyproject.toml b/pyproject.toml index 46295a94..651fba84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pytest-env = ">=0.8.2,<1.2.0" pytest-pylint = ">=0.19,<0.22" requests-mock = "^1.11.0" types-requests = "^2.31.0.1" -wheel = ">=0.40,<0.42" +wheel = ">=0.40,<0.43" [tool.isort] profile = "black"