From 575c78f4a3f9ed736a347310371e1cc449753fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Sun, 14 Jul 2024 00:56:36 +0545 Subject: [PATCH] update docs dependencies --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d7d6822..fa913c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,10 +45,10 @@ optional-dependencies.dev = [ "webdav4[docs,fsspec,http2,qa,tests]", ] optional-dependencies.docs = [ - "furo==2022.12.7", - "myst-parser==0.18.1", - "sphinx==5.3", - "sphinx-copybutton==0.5.1", + "furo==2024.5.6", + "myst-parser>=3,<4", + "sphinx>=7,<8", + "sphinx-copybutton==0.5.2", ] optional-dependencies.fsspec = [ # when changing lower-bound, keep `lower-bound` env dependencies up-to-date.