From 9a1869c0b3bdd16f633c6aa8a703471886f1ffa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 16:54:06 +0000 Subject: [PATCH] Update sphinx2rst requirement from >=1.0 to >=1.1.0 Updates the requirements on [sphinx2rst](https://github.com/ask/sphinx2rst) to permit the latest version. - [Changelog](https://github.com/ask/sphinx2rst/blob/master/Changelog) - [Commits](https://github.com/ask/sphinx2rst/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: sphinx2rst dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pkgutils.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pkgutils.txt b/requirements/pkgutils.txt index c8141c1..9cb2d0c 100644 --- a/requirements/pkgutils.txt +++ b/requirements/pkgutils.txt @@ -2,6 +2,6 @@ setuptools>=59.2.0 wheel>=0.37.0 flake8>=4.0.1 tox>=3.24.4 -sphinx2rst>=1.0 +sphinx2rst>=1.1.0 bumpversion pydocstyle