From 8cb3b82bf26528fa6cbc10c24665e8517647ce0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 01:56:04 +0000 Subject: [PATCH] Bump sphinx from 5.1.1 to 5.3.0 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.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.1.1...v5.3.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... 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..ec65eda 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx==5.1.1 +sphinx==5.3.0 mofh==1.0.2 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 2cbf973..8cc560b 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==5.3.0 types-requests==2.28.10 diff --git a/setup.cfg b/setup.cfg index 8197bfc..c2f20cd 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==5.3.0 [options.package_data] mofh = py.typed