From 31abeefc08bf9ddf450bfcfac6c6bfda6dd4618b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 01:23:09 +0000 Subject: [PATCH] chore(deps): Bump regex from 2025.11.3 to 2026.4.4 in /worker_plan Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.11.3 to 2026.4.4. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2025.11.3...2026.4.4) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.4.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- worker_plan/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker_plan/pyproject.toml b/worker_plan/pyproject.toml index 2e05f45f..3f5064dc 100644 --- a/worker_plan/pyproject.toml +++ b/worker_plan/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "python-multipart==0.0.22", "pytz==2025.2", "PyYAML==6.0.3", - "regex==2025.11.3", + "regex==2026.4.4", "requests==2.33.1", "rich==14.2.0", "safehttpx==0.1.7",