From 6c8e513ed0fd4cfc06b21c778d7fb3425866a7c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 01:15:21 +0000 Subject: [PATCH] Bump sphinx from 5.1.1 to 6.0.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 6.0.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.1.1...v6.0.0) --- 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..4ecf17c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.1.1 +sphinx==6.0.0 mofh==1.0.2 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 2cbf973..3a6b6a4 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.0.0 types-requests==2.28.10 diff --git a/setup.cfg b/setup.cfg index 8197bfc..ce6b84d 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.0.0 [options.package_data] mofh = py.typed