From 104a781a1d2ee165f3c5767a3b7df024884fd270 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 09:45:06 +0000 Subject: [PATCH] Bump regex from 2025.9.18 to 2026.5.9 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.18 to 2026.5.9. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2025.9.18...2026.5.9) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.5.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 79f4a1f..81417b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ doc = [ "python-dateutil==2.9.0.post0", "pytz==2026.2", "tox==4.54.0", - "regex==2025.9.18", + "regex==2026.5.9", "watchdog==6.0.0" ] publish = [ diff --git a/requirements.in b/requirements.in index 3028d39..a172964 100644 --- a/requirements.in +++ b/requirements.in @@ -29,7 +29,7 @@ pymdown-extensions>=10.21.3 pygments>=2.20.0 python-dateutil==2.9.0.post0 pytz==2026.2 -regex==2025.9.18 +regex==2026.5.9 watchdog==6.0.0 # Optional dependencies: publish