diff --git a/poetry.lock b/poetry.lock index 3aa2ca3c4..19bcf5e9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1383,13 +1383,13 @@ files = [ [[package]] name = "wheel" -version = "0.43.0" +version = "0.44.0" description = "A built-package format for Python" optional = false python-versions = ">=3.8" files = [ - {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"}, - {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"}, + {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, + {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, ] [package.extras] @@ -1420,4 +1420,4 @@ orjson = ["orjson"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "c1d953f96a00b651a242f6c8d28ba1994a30293d3df6aaae703599fba1eca0f5" +content-hash = "9fcbfc395078d83ba3064fc59457f811b42b608cbc901bcb68f1c6f2f28f8278" diff --git a/pyproject.toml b/pyproject.toml index 5a2ed8afa..e83e50999 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ pytest-cov = ">=4,<6" coverage = {version = "^7.0.1", extras = ["toml"]} types-setuptools = ">=68.0.0.3,<72.0.0.0" setuptools = ">=68,<72" -wheel = ">=0.42,<0.44" +wheel = ">=0.42,<0.45" [tool.poetry.group.docs.dependencies] sphinx = ">=7.1.2,<8"