diff --git a/poetry.lock b/poetry.lock index 361a2635..2ac2d44a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3116,20 +3116,23 @@ wasabi = ">=0.9.1,<1.2.0" [[package]] name = "wheel" -version = "0.45.1" -description = "A built-package format for Python" +version = "0.46.1" +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.1-py3-none-any.whl", hash = "sha256:f796f65d72750ccde090663e466d0ca37cd72b62870f7520b96d34cdc07d86d8"}, + {file = "wheel-0.46.1.tar.gz", hash = "sha256:fd477efb5da0f7df1d3c76c73c14394002c844451bd63229d8570f376f5e6a38"}, ] +[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,<3.13" -content-hash = "9eff747c8e54328049ae65c0dca85396156127414f76ccb4524b9e6f317eedda" +content-hash = "9c0bba2233d5fb6653902a005269da4dfdb580d50032d26c2997c99ec6f82c56" diff --git a/pyproject.toml b/pyproject.toml index d44c0827..e1cb0088 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ black = "==25.1.0" ruff = "==0.11.3" bandit = "==1.8.3" build = "==1.2.2.post1" -wheel = "==0.45.1" +wheel = "==0.46.1" pytest-asyncio = "==0.26.0" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1"