From f84c06d855c320214aaa24b05858e2d391545b14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 13:53:03 -0800 Subject: [PATCH] Bump sphinx from 4.3.2 to 4.4.0 (#283) * Bump sphinx from 4.3.2 to 4.4.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0. - [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/v4.3.2...v4.4.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Updating requirements-dev.txt to sync with dependabot updates Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ian Hellen Co-authored-by: Pete Bryan --- requirements-dev.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index affecdd80..cb51b5b1a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,7 @@ bandit>=1.7.0 beautifulsoup4 black>=20.8b1 coverage>=5.5 +docutils<0.18.0 filelock>=3.0.0 flake8>=3.8.4 markdown>=3.3.4 @@ -23,7 +24,8 @@ pyroma>=3.1 pytest-check>=1.0.1 pytest-cov>=2.11.1 pytest>=5.0.1 -respx==0.17.1 -sphinx>=2.1.2 -sphinx_rtd_theme>=0.5.1 -virtualenv +readthedocs-sphinx-ext==2.1.4 +responses>=0.13.2 +respx>=0.17.1 +sphinx-rtd-theme>=1.0.0 +sphinx>=4.4.0