From 88092ae07489efc1d4702377ef14e843ac1e4281 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:33:11 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20myst=5Fparser=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42eaa70..1d7968e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,7 @@ pydata-sphinx-theme = "^0.14.0" sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2" -myst_parser = "^2.0.0" +myst_parser = "^3.0.0" sphinx_design = "^0.5.0" [tool.pytest.ini_options] From 76aba04e54c5ad43707df9e44a329f67dc53396c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 05:57:23 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=F0=9F=9B=A0=EF=B8=8F(?= =?UTF-8?q?deps):=20update=20dependency=20sphinx=5Fdesign=20to=20^0.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d7968e..51aff0e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ sphinx-hoverxref = "^1.3.0" sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2" myst_parser = "^3.0.0" -sphinx_design = "^0.5.0" +sphinx_design = "^0.6.0" [tool.pytest.ini_options] pythonpath = "."