diff --git a/requirements/base.txt b/requirements/base.txt index 3bc6f4adea..7b4bffac18 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -6,7 +6,7 @@ # accessible-pygments==0.0.5 # via pydata-sphinx-theme -alabaster==0.7.16 +alabaster==1.0.0 # via sphinx babel==2.15.0 # via @@ -50,7 +50,7 @@ snowballstemmer==2.2.0 # via sphinx soupsieve==2.5 # via beautifulsoup4 -sphinx==7.4.7 +sphinx==8.0.2 # via # -r base.in # pydata-sphinx-theme @@ -63,17 +63,17 @@ sphinx-intl==2.2.0 # via -r base.in sphinx-reredirects==0.1.5 # via -r base.in -sphinxcontrib-applehelp==1.0.8 +sphinxcontrib-applehelp==2.0.0 # via sphinx -sphinxcontrib-devhelp==1.0.6 +sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-htmlhelp==2.0.6 +sphinxcontrib-htmlhelp==2.1.0 # via sphinx sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.8 +sphinxcontrib-qthelp==2.0.0 # via sphinx -sphinxcontrib-serializinghtml==1.1.10 +sphinxcontrib-serializinghtml==2.0.0 # via sphinx typing-extensions==4.12.2 # via pydata-sphinx-theme diff --git a/requirements/dev.txt b/requirements/dev.txt index f1229bf48c..958db7ad13 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -8,7 +8,7 @@ accessible-pygments==0.0.5 # via # -r base.txt # pydata-sphinx-theme -alabaster==0.7.16 +alabaster==1.0.0 # via # -r base.txt # sphinx @@ -92,7 +92,7 @@ soupsieve==2.5 # via # -r base.txt # beautifulsoup4 -sphinx==7.4.7 +sphinx==8.0.2 # via # -r base.txt # pydata-sphinx-theme @@ -105,15 +105,15 @@ sphinx-intl==2.2.0 # via -r base.txt sphinx-reredirects==0.1.5 # via -r base.txt -sphinxcontrib-applehelp==1.0.8 +sphinxcontrib-applehelp==2.0.0 # via # -r base.txt # sphinx -sphinxcontrib-devhelp==1.0.6 +sphinxcontrib-devhelp==2.0.0 # via # -r base.txt # sphinx -sphinxcontrib-htmlhelp==2.0.6 +sphinxcontrib-htmlhelp==2.1.0 # via # -r base.txt # sphinx @@ -121,11 +121,11 @@ sphinxcontrib-jsmath==1.0.1 # via # -r base.txt # sphinx -sphinxcontrib-qthelp==1.0.8 +sphinxcontrib-qthelp==2.0.0 # via # -r base.txt # sphinx -sphinxcontrib-serializinghtml==1.1.10 +sphinxcontrib-serializinghtml==2.0.0 # via # -r base.txt # sphinx @@ -137,7 +137,7 @@ urllib3==2.2.2 # via # -r base.txt # requests -wheel==0.43.0 +wheel==0.44.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip-tools.txt b/requirements/pip-tools.txt index e499562275..61ed0330b2 100644 --- a/requirements/pip-tools.txt +++ b/requirements/pip-tools.txt @@ -16,7 +16,7 @@ pyproject-hooks==1.1.0 # via # build # pip-tools -wheel==0.43.0 +wheel==0.44.0 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/pip.txt b/requirements/pip.txt index 61054b1563..e902563fde 100644 --- a/requirements/pip.txt +++ b/requirements/pip.txt @@ -4,11 +4,11 @@ # # make upgrade # -wheel==0.43.0 +wheel==0.44.0 # via -r pip.in # The following packages are considered to be unsafe in a requirements file: pip==24.2 # via -r pip.in -setuptools==71.1.0 +setuptools==72.1.0 # via -r pip.in