From c19a3e6205d7e0c1af637c1e0236d8e431fbea76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:06:51 +0000 Subject: [PATCH] chore(deps): bump sphinx from 5.1.1 to 7.2.2 in /dev_requirements Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 7.2.2. - [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.2) --- 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 821ebaf3..a97eddf5 100644 --- a/dev_requirements/doc-requirements.txt +++ b/dev_requirements/doc-requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.1.1 +sphinx==7.2.2 sphinx_rtd_theme==1.0.0 diff --git a/dev_requirements/linter-requirements.txt b/dev_requirements/linter-requirements.txt index 3ee8f276..a827b93a 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.2 vulture==2.3