diff --git a/poetry.lock b/poetry.lock index 3593f9e..0570729 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1964,18 +1964,21 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "wheel" -version = "0.44.0" -description = "A built-package format for Python" +version = "0.46.3" +description = "Command line tool for manipulating wheel files" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] 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.46.3-py3-none-any.whl", hash = "sha256:4b399d56c9d9338230118d705d9737a2a468ccca63d5e813e2a4fc7815d8bc4d"}, + {file = "wheel-0.46.3.tar.gz", hash = "sha256:e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803"}, ] +[package.dependencies] +packaging = ">=24.0" + [package.extras] -test = ["pytest (>=6.0.0)", "setuptools (>=65)"] +test = ["pytest (>=6.0.0)", "setuptools (>=77)"] [[package]] name = "yarl" @@ -2097,4 +2100,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "03a9b6977fe0d6f30f4a41f672608ae8619284a680fc6e82efa3322607881ccf" +content-hash = "7e40d5f0b59a95c576cba3a7d70d24e88a30e3847916a45d0084fbc8111a7271" diff --git a/pyproject.toml b/pyproject.toml index bc4037f..85884b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pytest = "^7.4.4" pytest-asyncio = "^0.21.2" pytest-cov = "^4.1.0" pytest-dependency = "^0.5.1" -wheel = "^0.44.0" +wheel = ">=0.44,<0.47" bandit = "^1.8.3" detect-secrets = "^1.5.0" pre-commit = "^4.2.0"