From a6de249aaf1b465c98b5d29d01921bcf89dd3cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:43:40 +0000 Subject: [PATCH] Bump sphinx from 5.1.1 to 6.1.2 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 6.1.2. - [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.1.1...v6.1.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements_dev.txt | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 2d3dad5..649b521 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.1.1 +sphinx==6.1.2 mofh==1.0.2 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 2cbf973..f19b8b8 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,5 +4,5 @@ pytest==7.1.3 pytest-cov==3.0.0 pytest-asyncio==0.19.0 mypy==0.971 -sphinx==5.1.1 +sphinx==6.1.2 types-requests==2.28.10 diff --git a/setup.cfg b/setup.cfg index 8197bfc..8c0056d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ testing = pytest-cov==3.0.0 pytest-asyncio==0.19.0 mypy==0.971 - sphinx==5.1.1 + sphinx==6.1.2 [options.package_data] mofh = py.typed