From bcc927210cc2e5b63d15c0c1955e29d1de288456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 12:51:33 +0000 Subject: [PATCH] chore(deps): bump sphinx from 5.1.1 to 7.2.5 in /dev_requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 7.2.5. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.1.1...v7.2.5) --- 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..1c92d9c 100644 --- a/dev_requirements/doc-requirements.txt +++ b/dev_requirements/doc-requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.1.1 +sphinx==7.2.5 sphinx_rtd_theme==1.0.0 diff --git a/dev_requirements/linter-requirements.txt b/dev_requirements/linter-requirements.txt index 3ee8f27..1e0cb06 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.5 vulture==2.3