diff --git a/sphinx-docs/requirements.txt b/sphinx-docs/requirements.txt index 2b63f9a..d2b8dad 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -1,20 +1,20 @@ # Sphinx documentation requirements -sphinx>=9.0.0 +sphinx>=9.1.0 sphinx-intl>=2.3.2 -sphinx-rtd-theme>=3.0.0 -myst-parser>=5.0.0 +sphinx-rtd-theme>=3.1.0 +myst-parser>=5.1.0 sphinxcontrib-relativeinclude>=0.0.5 -sphinx-autodoc-typehints>=3.0.0 -linkify-it-py>=2.0.0 +sphinx-autodoc-typehints>=3.10.2 +linkify-it-py>=2.1.0 docutils>=0.22.4 # Project dependencies needed for autodoc -numpy>=2.0,<3.0 -matplotlib>=3.10,<4.0 -scipy>=1.17,<2.0 -pandas>=2.3,<4.0 -openpyxl>=3.1,<4.0 -python-dotenv>=1.0,<2.0 -colorama>=0.4,<1.0 -Pillow>=10.0,<13.0 -streamlit>=1.31,<2.0 +numpy>=2.4.4,<3.0 +matplotlib>=3.10.9,<4.0 +scipy>=1.17.1,<2.0 +pandas>=3.0.3,<4.0 +openpyxl>=3.1.5,<4.0 +python-dotenv>=1.2.2,<2.0 +colorama>=0.4.6,<1.0 +Pillow>=12.2.0,<13.0 +streamlit>=1.57.0,<2.0