From 02df1b578f75d0a0aabe950927b7586e3f2eb98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:15:52 +0000 Subject: [PATCH] Bump sphinx from 5.2.1 to 5.3.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.1 to 5.3.0. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.1...v5.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:development update-type: version-update:semver-minor ... 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..61d53d085b 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.3.0; python_version >= "3.8" Sphinx<4.4; python_version < "3.8" flake8==5.0.4