diff --git a/poetry.lock b/poetry.lock index 4a10ace..dd13512 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1098,23 +1098,20 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "wheel" -version = "0.46.3" +version = "0.47.0" description = "Command line tool for manipulating wheel files" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "wheel-0.46.3-py3-none-any.whl", hash = "sha256:4b399d56c9d9338230118d705d9737a2a468ccca63d5e813e2a4fc7815d8bc4d"}, - {file = "wheel-0.46.3.tar.gz", hash = "sha256:e3e79874b07d776c40bd6033f8ddf76a7dad46a7b8aa1b2787a83083519a1803"}, + {file = "wheel-0.47.0-py3-none-any.whl", hash = "sha256:212281cab4dff978f6cedd499cd893e1f620791ca6ff7107cf270781e587eced"}, + {file = "wheel-0.47.0.tar.gz", hash = "sha256:cc72bd1009ba0cf63922e28f94d9d83b920aa2bb28f798a31d0691b02fa3c9b3"}, ] [package.dependencies] packaging = ">=24.0" -[package.extras] -test = ["pytest (>=6.0.0)", "setuptools (>=77)"] - [metadata] lock-version = "2.1" python-versions = ">=3.10" -content-hash = "08fcc84ca06a7fbb3388ccb7bc88c081b73dc0590d7b26cb9775875193035d96" +content-hash = "3ff38096ad87ce6348912c96b18da61f7237c37cb13ef7544fae5b7d521a04f3" diff --git a/pyproject.toml b/pyproject.toml index 6d06146..af6ed79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requests = "^2.32.0" toml = "^0.10.2" typing-extensions = "^4.12.2" pydantic = "^2.9.2" -wheel = "~0.46.2" +wheel = ">=0.46.2,<0.48.0" pydantic-settings = "^2.2.1" setuptools = "^80.0.1" urllib3 = "^2.6.3"