From 592e5da045978db072f1c34383908e2198ee8555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:10:21 +0000 Subject: [PATCH] Update sphinx requirement from <4,>=3.5.3 to >=3.5.3,<5 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/4.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.5.4...v4.4.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development ... 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 7e7d34b253..75c1a20bf4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ pytest-cov>=2.12.1,<4 pytest-timeout>=1.4.2,<3 stubserver>=1.1,<2 setuptools>=51.3.3,<59 -sphinx>=3.5.3,<4 +sphinx>=3.5.3,<5 cwltest>=2.2.20211116163652 mypy==0.931 types-requests