From 8b44bc9f5f1f4448be7f97c31c826acf3b47a7cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 16:24:32 +0000 Subject: [PATCH] chore(deps): bump sphinx-rtd-theme from 1.2.0 to 1.3.0 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.2.0 to 1.3.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.2.0...1.3.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 253c672..02db1d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ docs = [ "sphinx-autodoc-typehints==1.22", "ipython==8.11.0", "asteroid-sphinx-theme==0.0.3", - "sphinx_rtd_theme==1.2.0" + "sphinx_rtd_theme==1.3.0" ] # lint dependencies from github super-linter v5 # See https://github.com/super-linter/super-linter/tree/main/dependencies/python diff --git a/requirements.txt b/requirements.txt index b7ca1ad..d98f5a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -265,7 +265,7 @@ sphinx==6.1.3 # sphinxcontrib-serializinghtml sphinx-autodoc-typehints==1.22 # via py-vibracore (pyproject.toml) -sphinx-rtd-theme==1.2.0 +sphinx-rtd-theme==1.3.0 # via py-vibracore (pyproject.toml) sphinxcontrib-applehelp==1.0.7 # via sphinx