From 492ace69f6b6f5f1d864844761f46cde4340d998 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Mon, 28 Aug 2023 09:20:25 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2c6e7f6..518f7192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,10 +67,10 @@ pytest-loguru = "^0.2.0" optional = true [tool.poetry.group.docs.dependencies] -sphinx = "7.1.0" +sphinx = "7.2.4" pydata-sphinx-theme = "^0.13.3" sphinx-hoverxref = "^1.3.0" -sphinx-notfound-page = "^0.8.3" +sphinx-notfound-page = "^1.0.0rc1" sphinx_copybutton = "0.5.2" myst_parser = "^2.0.0" sphinx_design = "^0.5.0"