diff --git a/docs/poetry.lock b/docs/poetry.lock index 218a91989f7..389b5755655 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -1371,20 +1371,20 @@ files = [ [[package]] name = "wheel" -version = "0.38.4" +version = "0.45.1" description = "A built-package format for Python" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "wheel-0.38.4-py3-none-any.whl", hash = "sha256:b60533f3f5d530e971d6737ca6d58681ee434818fab630c83a734bb10c083ce8"}, - {file = "wheel-0.38.4.tar.gz", hash = "sha256:965f5259b566725405b05e7cf774052044b1ed30119b5d586b2703aafe8719ac"}, + {file = "wheel-0.45.1-py3-none-any.whl", hash = "sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248"}, + {file = "wheel-0.45.1.tar.gz", hash = "sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729"}, ] [package.extras] -test = ["pytest (>=3.0.0)"] +test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "3b93b7e5e05e5d3570905dfd721de0cc6fe91bcafa9c17e73fd8a22956145a0c" +content-hash = "cdbd0a621d1fffb45dbcfa0cdf4c8a268f2e80133a65416722d9854f489f8a87" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 18749fb7b51..a98e094b116 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.1" -wheel = "^0.38.4" +wheel = "^0.45.0" sphinx-scylladb-markdown = "^0.1.2" [build-system]