From 554ee886f17ecfedc61539330bee3e164d4d80bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:52:06 +0000 Subject: [PATCH] chore(deps): bump sphinx-scylladb-theme from 1.8.4 to 1.8.5 in /docs Bumps [sphinx-scylladb-theme](https://github.com/scylladb/sphinx-scylladb-theme) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/scylladb/sphinx-scylladb-theme/releases) - [Commits](https://github.com/scylladb/sphinx-scylladb-theme/compare/1.8.4...1.8.5) --- updated-dependencies: - dependency-name: sphinx-scylladb-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/poetry.lock | 8 ++++---- docs/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/poetry.lock b/docs/poetry.lock index e8feee0ee..14e5ebe55 100644 --- a/docs/poetry.lock +++ b/docs/poetry.lock @@ -788,13 +788,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] @@ -1300,4 +1300,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "53201529cbb442305c95479c0ee010935f9ca5d191f043d310e2f847ddb5dd67" +content-hash = "bf421bb5c396e5c199d68c38fd45ab5f9726f6ea60f8862cb4bc6dda712bb592" diff --git a/docs/pyproject.toml b/docs/pyproject.toml index 24baa1bcf..9dc83b9c0 100644 --- a/docs/pyproject.toml +++ b/docs/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.10" pygments = "^2.18.0" recommonmark = "0.7.1" redirects_cli ="^0.1.3" -sphinx-scylladb-theme = "^1.8.4" +sphinx-scylladb-theme = "^1.8.5" sphinx-sitemap = "^2.6.0" sphinx-autobuild = "^2024.4.19" Sphinx = "^7.3.7"