From 06e5756552c8e1a039c6287b08cb52e46a275ff4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 14:02:58 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from <1.1 to <1.2 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [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/0.1.8...1.1.1) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c4de158360..ba6bc6165f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ pynacl>=1.4.0 requests>=2.14.0 pyjwt>=2.0 sphinx<3 -sphinx-rtd-theme<1.1 +sphinx-rtd-theme<1.2 Deprecated