diff --git a/pyproject.toml b/pyproject.toml index 038ddb552..4e513ad45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest-cov==6.0.0", "pytest-rerunfailures==14.0", "pyyaml==6.0.2", - "regex==2024.9.11", + "regex==2024.11.6", ] doc = [ "Sphinx==8.1.3", @@ -67,7 +67,7 @@ doc = [ "parse==1.20.2", "pypandoc==1.14", "pytest-sphinx==0.6.3", - "regex==2024.9.11", + "regex==2024.11.6", "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==2.5.0", "sphinx-copybutton==0.5.2",