From f8a63a6fc14579fce497adfd417966b1b6f6b5ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jul 2021 04:03:10 +0000 Subject: [PATCH] [DEPENDABOT]: Bump sphinx from 3.2.1 to 4.0.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 4.0.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.1...v4.0.3) --- 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 758386f3..dc021182 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Sphinx==3.2.1 +Sphinx==4.0.3 sphinx-automodapi==0.13 sphinx_rtd_theme==0.5.0 -r ../requirements.txt diff --git a/requirements_dev.txt b/requirements_dev.txt index b8947f0a..08a201d0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,7 +2,7 @@ pip==20.2.3 wheel==0.35.1 watchdog==0.10.3 flake8==3.8.4 -Sphinx==3.2.1 +Sphinx==4.0.3 tox==3.20.1 coverage==5.3 sphinx-automodapi==0.13