From cd25ac7e00fb08788d30e6ac134dd9b83d21df9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 11:36:50 +0000 Subject: [PATCH] Bump sphinx from 5.2.1 to 5.2.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.1 to 5.2.3. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.1...v5.2.3) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-patch ... 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 d9d6fdded1..7dba0490e4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ cx_Oracle==8.3.0 # https://github.com/sphinx-doc/sphinx/issues/10241 -Sphinx==5.2.1; python_version >= "3.8" +Sphinx==5.2.3; python_version >= "3.8" Sphinx<4.4; python_version < "3.8" flake8==5.0.4