From b87c7fbe0af835e7d7e49b6d5083c0fddc3cb6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 07:26:17 +0000 Subject: [PATCH] chore(pip/prod)(deps): bump sphinx-rtd-theme from 0.5.0 to 2.0.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/0.5.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 36 +++++++++++++++++++++++++++--------- pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 630f0916..6700e7d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -572,7 +572,7 @@ description = "World timezone definitions, modern and historical" optional = true python-versions = "*" groups = ["main"] -markers = "extra == \"docs\" and python_version == \"3.8\"" +markers = "python_version == \"3.8\" and extra == \"docs\"" files = [ {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, @@ -740,22 +740,24 @@ test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast ; python_version < \" [[package]] name = "sphinx-rtd-theme" -version = "0.5.1" +version = "2.0.0" description = "Read the Docs theme for Sphinx" optional = true -python-versions = "*" +python-versions = ">=3.6" groups = ["main"] markers = "extra == \"docs\"" files = [ - {file = "sphinx_rtd_theme-0.5.1-py2.py3-none-any.whl", hash = "sha256:fa6bebd5ab9a73da8e102509a86f3fcc36dec04a0b52ea80e5a033b2aba00113"}, - {file = "sphinx_rtd_theme-0.5.1.tar.gz", hash = "sha256:eda689eda0c7301a80cf122dad28b1861e5605cbf455558f3775e1e8200e83a5"}, + {file = "sphinx_rtd_theme-2.0.0-py2.py3-none-any.whl", hash = "sha256:ec93d0856dc280cf3aee9a4c9807c60e027c7f7b461b77aeffed682e68f0e586"}, + {file = "sphinx_rtd_theme-2.0.0.tar.gz", hash = "sha256:bd5d7b80622406762073a04ef8fadc5f9151261563d47027de09910ce03afe6b"}, ] [package.dependencies] -sphinx = "*" +docutils = "<0.21" +sphinx = ">=5,<8" +sphinxcontrib-jquery = ">=4,<5" [package.extras] -dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client"] +dev = ["bump2version", "sphinxcontrib-httpdomain", "transifex-client", "wheel"] [[package]] name = "sphinxcontrib-applehelp" @@ -808,6 +810,22 @@ files = [ lint = ["docutils-stubs", "flake8", "mypy"] test = ["html5lib", "pytest"] +[[package]] +name = "sphinxcontrib-jquery" +version = "4.1" +description = "Extension to include jQuery on newer Sphinx releases" +optional = true +python-versions = ">=2.7" +groups = ["main"] +markers = "extra == \"docs\"" +files = [ + {file = "sphinxcontrib-jquery-4.1.tar.gz", hash = "sha256:1620739f04e36a2c779f1a131a2dfd49b2fd07351bf1968ced074365933abc7a"}, + {file = "sphinxcontrib_jquery-4.1-py2.py3-none-any.whl", hash = "sha256:f936030d7d0147dd026a4f2b5a57343d233f1fc7b363f68b3d4f1cb0993878ae"}, +] + +[package.dependencies] +Sphinx = ">=1.8" + [[package]] name = "sphinxcontrib-jsmath" version = "1.0.1" @@ -931,4 +949,4 @@ docs = ["sphinx", "sphinx-rtd-theme"] [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "39512ca5e49ff5549bf68392da28592478e048145152266581a774f25d2b0cc9" +content-hash = "c7f936bc0bf836c669959ab32b43fa20ebfd6967d2e3d90b9110efcde1a4524a" diff --git a/pyproject.toml b/pyproject.toml index 77f7b565..622fa05a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ tatsu = [ { version = ">=5.7.0,<5.9.0", python = ">=3.10" } ] sphinx = {version = ">=3.3.1,<6.0.0", optional = true} -sphinx-rtd-theme = { version = ">=0.5,<1.1", optional = true } +sphinx-rtd-theme = { version = ">=0.5,<2.1", optional = true } [tool.poetry.dev-dependencies] mamba = "^0.11.1"