diff --git a/doc/requirements.txt b/doc/requirements.txt index 674f0b7ad9..d7d7050e55 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,6 +1,6 @@ breathe >= 4.35, < 4.36 -furo == 2024.7.18 -myst-parser >= 3.0, < 3.1 +furo == 2024.8.6 +myst-parser >= 4.0, < 4.1 sphinx >= 7.4, < 7.5 sphinx-copybutton >= 0.5, < 0.6 sphinx-favicon >= 1.0, < 1.1 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