From 54728f3f1eb4989a296ce99b3765faf370a12fc8 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:21:30 +0200 Subject: [PATCH 1/3] Update dependency "furo" to version 2024.8.6. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 674f0b7ad9..8ed6a116cc 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ breathe >= 4.35, < 4.36 -furo == 2024.7.18 +furo == 2024.8.6 myst-parser >= 3.0, < 3.1 sphinx >= 7.4, < 7.5 sphinx-copybutton >= 0.5, < 0.6 From 10e8d8b5cc9d149bc551f604ec0b3d6b9c108fd2 Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:24:04 +0200 Subject: [PATCH 2/3] Update dependency "myst-parser" to version 4.0 or greater. --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index 8ed6a116cc..d7d7050e55 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ breathe >= 4.35, < 4.36 furo == 2024.8.6 -myst-parser >= 3.0, < 3.1 +myst-parser >= 4.0, < 4.1 sphinx >= 7.4, < 7.5 sphinx-copybutton >= 0.5, < 0.6 sphinx-favicon >= 1.0, < 1.1 From 93f53102fec5fd239feebb4aaa742fdfa08f363c Mon Sep 17 00:00:00 2001 From: Michael Rapp Date: Fri, 9 Aug 2024 23:24:19 +0200 Subject: [PATCH 3/3] Update dependency "wheel" to version 0.44 or greater. --- scons/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scons/requirements.txt b/scons/requirements.txt index ffab0f2a44..5f612e6fab 100644 --- a/scons/requirements.txt +++ b/scons/requirements.txt @@ -11,6 +11,6 @@ pylint >= 3.2, < 3.3 setuptools scons >= 4.8, < 4.9 unittest-xml-reporting >= 3.2, < 3.3 -wheel >= 0.43, < 0.44 +wheel >= 0.44, < 0.45 yamlfix >= 1.16, < 1.17 yapf >= 0.40, < 0.41