diff --git a/docs/poetry.lock b/docs/poetry.lock index ea0b25d9aa2..7ce122becf0 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -1372,20 +1372,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 = ["main"] 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.13" -content-hash = "95efb40acdfa29e7d1ebd2836fe21e73918ee7be682daf66d2cabf358c1c714d" +content-hash = "5b6c78739a971e8beb36270bd60bbc2fdcf12bf0f0670062b4141e2ebadafa14" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index a4f65ee3f87..cbb66df86c9 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -14,7 +14,7 @@ sphinx-sitemap = "^2.8.0" sphinx-autobuild = "^2025.0.0" Sphinx = "^8.0.0" sphinx-multiversion-scylla = "^0.3.4" -wheel = "^0.45.0" +wheel = "^0.46.0" sphinx-scylladb-markdown = "^0.1.2" [build-system]