diff --git a/poetry.lock b/poetry.lock index 68b52f5..56bf330 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1295,13 +1295,13 @@ watchmedo = ["PyYAML (>=3.10)"] [[package]] name = "wheel" -version = "0.44.0" +version = "0.45.1" description = "A built-package format for Python" optional = false python-versions = ">=3.8" files = [ - {file = "wheel-0.44.0-py3-none-any.whl", hash = "sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f"}, - {file = "wheel-0.44.0.tar.gz", hash = "sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49"}, + {file = "wheel-0.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"}, + {file = "wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"}, ] [package.extras] @@ -1310,4 +1310,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aba398de710cf8c162a565e3e4f721d681af8eadae0cb2240a294764b80b25fe" +content-hash = "7ca0fdca7b7ae98b489c95b74817c4bf701010b3123677ec8f86fa5f64ef92d8" diff --git a/pyproject.toml b/pyproject.toml index 45e8e9e..82e022d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-ruff = ">=0.3.1,<0.5.0" requests-mock = "^1.10.0" ruff = ">=0.5.1,<0.8.0" types-requests = "^2.28.11" -wheel = ">=0.40,<0.45" +wheel = ">=0.40,<0.46" [tool.pytest.ini_options] minversion = "7.2"