diff --git a/poetry.lock b/poetry.lock index e825d9f..b542d7c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4291,18 +4291,21 @@ watchdog = ["watchdog (>=2.3)"] [[package]] name = "wheel" -version = "0.45.1" -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.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"}, - {file = "wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"}, + {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 = "xmltodict" @@ -4340,4 +4343,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9, <4.0" -content-hash = "610051f00e287624cf8a9e96aa139a0ce4c923a3a6b5024db5392c2b3947043c" +content-hash = "9551058bb789077cdad86e5cc66ad1dca3bee099cfbd15c1616c9b602609a0a4" diff --git a/pyproject.toml b/pyproject.toml index 54f15ed..bbc5a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ exclude = ["*.so", "*.pyc", "*~", "#*", ".git*", ".coverage*", "DS_Store", "__py [tool.poetry.group.dev.dependencies] # Build setuptools = "*" -wheel = "^0.45.1" +wheel = "^0.46.2" msgpack = "*" # Lint