From 75e0dfed0a2b4d2aed6fe4105678735b1b4d6c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 21:01:18 +0000 Subject: [PATCH] [DEPENDABOT]: Bump sphinx from 4.1.1 to 6.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 6.1.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/v4.1.1...v6.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eafa46a..466b14c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==4.1.1 +Sphinx==6.1.2 sphinx-automodapi==0.13 sphinx_rtd_theme==0.5.2 -r ../requirements.txt diff --git a/requirements_dev.txt b/requirements_dev.txt index 1aebd77..ea74097 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ watchdog==2.1.3 flake8==3.9.2 tox==3.24.0 coverage==5.5 -Sphinx==4.1.1 +Sphinx==6.1.2 sphinx-automodapi==0.13 twine==3.4.1 pytest==6.2.4