From e8b928decce1ef983dc6d194726a80c0356713ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 06:12:44 +0000 Subject: [PATCH] build(deps): bump regex from 2024.11.6 to 2025.7.34 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.11.6 to 2025.7.34. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.11.6...2025.7.34) --- updated-dependencies: - dependency-name: regex dependency-version: 2025.7.34 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d8b2dfd0c..1837d2762 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ tests = [ "pytest-cov==6.2.1", "pytest-rerunfailures==15.1", "pyyaml==6.0.2", - "regex==2024.11.6", + "regex==2025.7.34", ] doc = [ "Sphinx==8.2.3", @@ -67,7 +67,7 @@ doc = [ "parse==1.20.2", "pypandoc==1.15", "pytest-sphinx==0.6.3", - "regex==2024.11.6", + "regex==2025.7.34", "sphinx-autobuild==2024.10.3", "sphinx-autodoc-typehints==3.2.0", "sphinx-copybutton==0.5.2",