From bc27e85d14316a20a6ac3b284f3480a86ae93465 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 12:47:17 +0000 Subject: [PATCH] chore(deps): bump sphinx from 5.1.1 to 7.2.6 in /dev_requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 7.2.6. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.1.1...v7.2.6) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements/doc-requirements.txt | 2 +- dev_requirements/linter-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/doc-requirements.txt b/dev_requirements/doc-requirements.txt index 821ebaf..dd70dfa 100644 --- a/dev_requirements/doc-requirements.txt +++ b/dev_requirements/doc-requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.1.1 +sphinx==7.2.6 sphinx_rtd_theme==1.0.0 diff --git a/dev_requirements/linter-requirements.txt b/dev_requirements/linter-requirements.txt index 3ee8f27..620f952 100644 --- a/dev_requirements/linter-requirements.txt +++ b/dev_requirements/linter-requirements.txt @@ -13,5 +13,5 @@ pytest-cov==4.1.0 pytest-mock==3.6.1 readme_renderer==34.0 seed-isort-config==2.2.0 -sphinx==5.1.1 +sphinx==7.2.6 vulture==2.3