From cf3c2f6dfe12c73571393079dfc74cfea78accc2 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 6 May 2023 12:45:41 -0500 Subject: [PATCH] Update RTD image (#6861) --- .readthedocs.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ff0e41a44..e5727f962 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 sphinx: configuration: docs/source/conf.py build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: python: "3.9" nodejs: "16" diff --git a/pyproject.toml b/pyproject.toml index 2e9b634ac..170ec0420 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,7 +144,7 @@ dependencies = [ "black[jupyter]==22.10.0", "mdformat>0.7", "mdformat-gfm>=0.3.5", - "ruff==0.0.254" + "ruff==0.0.263" ] detached = true [tool.hatch.envs.lint.scripts]