diff --git a/packages/browser/docs/api/requirements.txt b/packages/browser/docs/api/requirements.txt index f067a7b521..9c897ae6f9 100644 --- a/packages/browser/docs/api/requirements.txt +++ b/packages/browser/docs/api/requirements.txt @@ -3,7 +3,7 @@ pydata-sphinx-theme==0.14.3 myst-parser==2.0.0 # Currently myst-parse is incompatible with sphinx v7 -Sphinx==7.2.5 +Sphinx==7.2.6 # urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled # with OpenSSL 1.0.2k-fips 26 Jan 2017. # See: https://github.com/urllib3/urllib3/issues/2168,