From 72babf1daa8593d7f6b85158d35a58644a11e748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Nov 2025 03:23:48 +0000 Subject: [PATCH] Bump regex from 2022.6.2 to 2025.10.23 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.6.2 to 2025.10.23. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.6.2...2025.10.23) --- updated-dependencies: - dependency-name: regex dependency-version: 2025.10.23 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a9b0a15a..c0d8fd4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "python-dotenv==0.20.0", "python-slugify==6.1.2", "redis==4.3.4", - "regex==2022.6.2", + "regex==2025.11.3", "requests>=2.27.1", "sentry-sdk==2.42.0", "sqlalchemy==2.0.44",