From ea9ea16c157b7c1544635e1822483b3ec249ee9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 15:41:22 +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. - [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: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 2e8ebab..9a337d6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3157,17 +3157,17 @@ files = [ [[package]] name = "wheel" -version = "0.36.2" +version = "0.38.1" description = "A built-package format for Python" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" +python-versions = ">=3.7" files = [ - {file = "wheel-0.36.2-py2.py3-none-any.whl", hash = "sha256:78b5b185f0e5763c26ca1e324373aadd49182ca90e825f7853f4b2509215dc0e"}, - {file = "wheel-0.36.2.tar.gz", hash = "sha256:e11eefd162658ea59a60a0f6c7d493a7190ea4b9a85e335b33489d9f17e0245e"}, + {file = "wheel-0.38.1-py3-none-any.whl", hash = "sha256:7a95f9a8dc0924ef318bd55b616112c70903192f524d120acc614f59547a9e1f"}, + {file = "wheel-0.38.1.tar.gz", hash = "sha256:ea041edf63f4ccba53ad6e035427997b3bb10ee88a4cd014ae82aeb9eea77bb9"}, ] [package.extras] -test = ["pytest (>=3.0.0)", "pytest-cov"] +test = ["pytest (>=3.0.0)"] [[package]] name = "xarray" @@ -3237,4 +3237,4 @@ docs = ["Sphinx", "myst-nb", "sphinx-book-theme"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.10" -content-hash = "a0b764931c41a31fdd20d59be77898f61b5556f1c0c6d82b07f90cbb99bbeb02" +content-hash = "41ed9945be7a76767967f06b19330189dd5d7c92c70070a59872b69b91d382e0" diff --git a/pyproject.toml b/pyproject.toml index e2bb85f..25db1fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ docs = ["Sphinx", "sphinx-book-theme", "myst-nb"] [tool.poetry.dev-dependencies] pytest = ">=6.0.1,<8" pip = ">=21.1.2" -wheel = ">=0.34.2,<0.37" +wheel = ">=0.34.2,<0.39" flake8 = ">=3.8.3" Sphinx = ">=3" black = "~22"