From f5c8740eb337bc9fa52d231cbbf22bd60f64b901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 21:17:42 +0000 Subject: [PATCH 1/4] Bump sphinx from 6.1.3 to 7.0.1 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 6.1.3 to 7.0.1. - [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/v6.1.3...v7.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index e874b4053..ddbeb0051 100644 --- a/constraints.txt +++ b/constraints.txt @@ -178,7 +178,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.4.1 # via beautifulsoup4 -sphinx==6.1.3 +sphinx==7.0.1 # via # furo # jira (setup.cfg) From 5850a74fee13d9d9af149366dba413a39e57a15b Mon Sep 17 00:00:00 2001 From: studioj <22102283+studioj@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:11:20 +0200 Subject: [PATCH 2/4] Update constraints.txt --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index 9105618d3..7bf5cce29 100644 --- a/constraints.txt +++ b/constraints.txt @@ -180,7 +180,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.4.1 # via beautifulsoup4 -sphinx==7.0.1 +sphinx==7.2.5 # via # furo # jira (setup.cfg) From 540a5e1e640ab4a7ea34ed072f18ed1c8b4045ae Mon Sep 17 00:00:00 2001 From: studioj <22102283+studioj@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:22:19 +0200 Subject: [PATCH 3/4] run read the docs on 3.11 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a53d8b8fa..794453c7e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ formats: all build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.11" jobs: # Work-around to actually constrain dependencies # https://github.com/readthedocs/readthedocs.org/issues/7258#issuecomment-1094978683 From 3b3d9675166fa7b8b18e1d2e867e7ca5c10ff23c Mon Sep 17 00:00:00 2001 From: studioj <22102283+studioj@users.noreply.github.com> Date: Sun, 3 Sep 2023 12:27:02 +0200 Subject: [PATCH 4/4] bump serial to 1.1.9 --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index 7bf5cce29..74bd8a968 100644 --- a/constraints.txt +++ b/constraints.txt @@ -200,7 +200,7 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx sphinxcontrib-qthelp==1.0.3 # via sphinx -sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-serializinghtml==1.1.9 # via sphinx stack-data==0.6.2 # via ipython