From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:34:32 +0000 (+0000) Subject: Update sphinx requirement from ^3.0.0 to ^4.0.0 X-Git-Tag: v2.2.0rc1~88^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F664%2Fhead;p=thirdparty%2Fdnspython.git Update sphinx requirement from ^3.0.0 to ^4.0.0 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.0.0...v4.0.0) Signed-off-by: dependabot[bot] --- diff --git a/pyproject.toml b/pyproject.toml index 05ab9bbf..dd522f8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ mypy = "^0.812" pytest = ">=5.4.1,<7" pytest-cov = "^2.10.0" flake8 = "^3.7.9" -sphinx = "^3.0.0" +sphinx = "^4.0.0" coverage = "^5.1" twine = "^3.1.1" wheel = "^0.35.0"