From 6adc359db0936500b650e7108832488bb3795b76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 01:47:10 +0000 Subject: [PATCH] build(deps): bump regex from 2026.4.4 to 2026.5.9 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2026.4.4 to 2026.5.9. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2026.4.4...2026.5.9) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.5.9 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cca113a..4a09de7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "regex == 2026.4.4", + "regex == 2026.5.9", "Deprecated ~= 1.2" ] dynamic = ["optional-dependencies"]