diff --git a/poetry.lock b/poetry.lock index b747bce..169b492 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1292,20 +1292,23 @@ files = [ [[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)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "91a38fc5b37f1d81a09f239f5fc02661fd9329af806744ea02d7d895fcf8c763" +content-hash = "e41e085c04443e11cbcd8e9ee42a9924f8a2ce86feb8b8d7e4693fe4c019aae9" diff --git a/pyproject.toml b/pyproject.toml index 5185378..ceccbb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ isort = "^6.0.1" ipdb = "^0.13.13" ipython = "^9.4.0" flake8 = "^7.3.0" -wheel = "^0.45.1" +wheel = "^0.46.2" twine = "^6.1.0" types-setuptools = "^80.9.0.2025082" setuptools = "^80.9.0"