diff --git a/docs/poetry.lock b/docs/poetry.lock index 7a4c04a9..0a885cf0 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -781,13 +781,13 @@ test = ["tox"] [[package]] name = "sphinx-scylladb-theme" -version = "1.8.4" +version = "1.8.5" description = "A Sphinx Theme for ScyllaDB documentation projects" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "sphinx_scylladb_theme-1.8.4-py3-none-any.whl", hash = "sha256:a3463ca22bce1cc55b2b88538dc62fae7421d15d99e67784707737fe8efdd371"}, - {file = "sphinx_scylladb_theme-1.8.4.tar.gz", hash = "sha256:9625e4f6749788034cca76b411a5a7d4e00b914ef542db277619ea109892d93a"}, + {file = "sphinx_scylladb_theme-1.8.5-py3-none-any.whl", hash = "sha256:92aa5298d9586609c2405f3d6a24079eb6f765da78ac8abd3f04171c7b24a369"}, + {file = "sphinx_scylladb_theme-1.8.5.tar.gz", hash = "sha256:1f80ab33646be2b49b0dec9a6b40adf660bb84278d3e9be9f637d34dcc495576"}, ] [package.dependencies] @@ -1237,4 +1237,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5a9f687001485be18b6cb6426d6ecde38a0951b58aa3882cb2282de281e483f5" +content-hash = "ec00b19afb8c91b29d03acc3fd4f5389c827606b8349813751870bda22b4f5c2" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 7a504139..333855e1 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -8,7 +8,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" pygments = "^2.18.0" -sphinx-scylladb-theme = "^1.8.4" +sphinx-scylladb-theme = "^1.8.5" myst-parser = "^3.0.1" sphinx-autobuild = "^2024.4.19" Sphinx = "^7.3.7"