diff --git a/poetry.lock b/poetry.lock index f73379e..3e5273a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1285,13 +1285,13 @@ watchmedo = ["PyYAML (>=3.10)"] [[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] @@ -1300,4 +1300,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "fb081d23e4e99aaffeb967e543f5c3a48ef35d0e620a2989c244f0c92c717993" +content-hash = "13fdbafdda2cf605b66a279368719a26edc793ce80a641ec0f9ca614d76d0b30" diff --git a/pyproject.toml b/pyproject.toml index ba825f1..720515f 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.6.0" types-requests = "^2.28.11" -wheel = ">=0.40,<0.44" +wheel = ">=0.40,<0.45" [tool.pytest.ini_options] minversion = "7.2"