From 9924cddcef3f7be5e305a7faa95f6e5b9e02ba1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 20:14:21 +0000 Subject: [PATCH] Update sphinx requirement from ~=3.4.3 to ~=3.5.2 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.3...v3.5.2) Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 5a7a1bc..42532e8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ watchdog~=1.0.2 flake8~=3.8.4 tox~=3.23.0 coverage~=5.5 -Sphinx~=3.4.3 +Sphinx~=3.5.2 twine~=3.3.0 pytest>=6.1.0,<6.3.0 pytest-runner~=5.3