From 16acc72643a30501acfd2778d021e15cab461786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:33:33 +0000 Subject: [PATCH] build(deps): bump regex from 2024.9.11 to 2024.11.6 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.9.11 to 2024.11.6. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.9.11...2024.11.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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",