From 2ea337328eda59aa2e0e3cbddd854aa8c7b45ac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 10:42:13 +0100 Subject: [PATCH] build(deps): bump regex from 2024.9.11 to 2024.11.6 (#364) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",