From e09645f84ca6d88e3a0e2870c830fe3779d7c492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:43:47 +0000 Subject: [PATCH 1/2] Bump sphinx from 7.1.2 to 7.3.7 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.1.2 to 7.3.7. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.3.7) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 19b6821af..356f94c31 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,7 +1,7 @@ docutils==0.18.1 readthedocs-sphinx-search==0.3.2 # don't use sphinx > 7.2.0 because they dropped support for python 3.8. See https://www.sphinx-doc.org/en/master/changes.html for changelog -sphinx==7.1.2 +sphinx==7.3.7 sphinx-design==0.5.0 sphinx-argparse==0.4.0 sphinx-autoapi==3.0.0 diff --git a/pyproject.toml b/pyproject.toml index ba01aebe3..fa09e8f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dev = [ docs = [ "docutils==0.18.1", "readthedocs-sphinx-search==0.3.2", - "sphinx==7.1.2", + "sphinx==7.3.7", "sphinx-design==0.5.0", "sphinx-argparse==0.4.0", "sphinx-autoapi==3.0.0", From ed058505ee76c4904a8af25817b1bee69e1f8e73 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Mon, 13 May 2024 14:46:01 -0400 Subject: [PATCH 2/2] increment to python 3.9 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bbe7515e2..fe24906bb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,7 +10,7 @@ sphinx: build: os: "ubuntu-20.04" tools: - python: "3.8" + python: "3.9" apt_packages: - iputils-ping - build-essential