diff --git a/poetry.lock b/poetry.lock index 39d32b94..062349c7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1088,13 +1088,13 @@ zstd = ["zstandard (>=0.18.0)"] [[package]] name = "wheel" -version = "0.42.0" +version = "0.43.0" description = "A built-package format for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "wheel-0.42.0-py3-none-any.whl", hash = "sha256:177f9c9b0d45c47873b619f5b650346d632cdc35fb5e4d25058e09c9e581433d"}, - {file = "wheel-0.42.0.tar.gz", hash = "sha256:c45be39f7882c9d34243236f2d63cbd58039e360f85d0913425fbd7ceea617a8"}, + {file = "wheel-0.43.0-py3-none-any.whl", hash = "sha256:55c570405f142630c6b9f72fe09d9b67cf1477fcf543ae5b8dcb1f5b7377da81"}, + {file = "wheel-0.43.0.tar.gz", hash = "sha256:465ef92c69fa5c5da2d1cf8ac40559a8c940886afcef87dcf14b9470862f1d85"}, ] [package.extras] @@ -1187,4 +1187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "486c46c35d4b9153813d554704af6ee626c2e83f0cb398d66325bb7534df37d0" +content-hash = "6f41a93051483f60cf220b7a72e54c503b42998651e4e48b50b682fa8f8d59af" diff --git a/pyproject.toml b/pyproject.toml index 9c8a812e..9dbbad65 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.43" +wheel = ">=0.40,<0.44" [tool.isort] profile = "black"