From 0a90e98b17bb4c9efbb8829b162d88b90eee1ad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:52:49 +0000 Subject: [PATCH] build(deps): bump regex from 2026.6.28 to 2026.7.10 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2026.6.28 to 2026.7.10. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2026.6.28...2026.7.10) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.7.10 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 f74e3f2..a7ce4e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "regex == 2026.6.28", + "regex == 2026.7.10", "Deprecated ~= 1.2" ] dynamic = ["optional-dependencies"]