From 149ed9ee2c20f9d3f1a8bdbdd0d4e0997509b636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 20:06:33 +0000 Subject: [PATCH] build(deps): bump regex from 2026.2.28 to 2026.3.32 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2026.2.28 to 2026.3.32. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2026.2.28...2026.3.32) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.3.32 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 b67fbc3..a081ce4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", ] dependencies = [ - "regex == 2026.2.28", + "regex == 2026.3.32", "Deprecated ~= 1.2" ] dynamic = ["optional-dependencies"]