From 8f6c0aafd7858a8809384dd3849ff3cbda1a5325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 23:07:45 +0000 Subject: [PATCH] Bump sphinx-rtd-theme from 1.0.0 to 1.1.1 Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.0.0 to 1.1.1. - [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases) - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.0.0...1.1.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9edc2edf..3347edcc 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ "aioresponses==0.7.3", "black==22.10.0", ], - "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.0.0"], + "docs": ["sphinx >= 1.4", "sphinx_rtd_theme==1.1.1"], }, )