From b6c5bc7d69f20d1bc5de68421a45c85ae55d059c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 09:55:00 +0000 Subject: [PATCH] Update sphinx-rtd-theme requirement from ^2.0.0 to ^3.0.0 Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4e6337..0a553d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ pre-commit = "^3.2.2" pytest = "^8.0.0" pytest-aiohttp = "^1.0.4" pytest-cov = "^5.0.0" -sphinx-rtd-theme = "^2.0.0" +sphinx-rtd-theme = "^3.0.0" types-pytz = "^2024.1.0" [tool.pylint.BASIC]