From d95e0b6312beffd7f30541eaa0525c887165a98b Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 16 Jan 2024 11:00:02 +0000 Subject: [PATCH 1/4] Bump dependencies --- docs/requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d464e70e..35fd9957 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,11 +1,11 @@ # File: requirements.txt # Defining the exact version will make sure things don't break -sphinx==4.2.0 -sphinx_rtd_theme==1.0.0 +sphinx==6.2.1 +sphinx_rtd_theme==1.2.0 readthedocs-sphinx-search==0.3.2 -rstcheck==3.3.1 -myst-parser==0.16.1 -linkify-it-py==1.0.3 -esbonio==0.13.0 -attrs==21.4.0 +rstcheck==6.1.1 +myst-parser==1.0.0 +linkify-it-py==2.0.0 +esbonio==0.15.0 +attrs==22.2.0 From 9b16ff09d28553013f8c3f2f4028780826379c5d Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 16 Jan 2024 11:16:12 +0000 Subject: [PATCH 2/4] Bump Python version --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e6f30f62..8f9730ca 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.11" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" From d44c89ea157cded435c2513bafe5c85dc7bc54fe Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 16 Jan 2024 11:16:42 +0000 Subject: [PATCH 3/4] Bump python version for Gitpod --- .gitpod.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index e345cbca..c345449f 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10 +FROM python:3.11 # Don't update to a higher version until this issue has been fixed: https://github.com/errata-ai/vale/issues/528 # Please keep version in sync with the version in .github/workflows/linting.yml for a consistent experience From e1c93d7762a7aa3ed625ab238a199f6565b78612 Mon Sep 17 00:00:00 2001 From: Ruth Cheesley Date: Tue, 16 Jan 2024 11:20:52 +0000 Subject: [PATCH 4/4] Bump Esbonio --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 35fd9957..0a6fb17b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,5 +7,5 @@ readthedocs-sphinx-search==0.3.2 rstcheck==6.1.1 myst-parser==1.0.0 linkify-it-py==2.0.0 -esbonio==0.15.0 +esbonio==0.16.0 attrs==22.2.0