From 818ddc14b038969c8b1d56556811eddea4c3f955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 23:10:53 +0000 Subject: [PATCH] Bump regex from 2025.9.18 to 2026.2.28 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.18 to 2026.2.28. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2025.9.18...2026.2.28) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.2.28 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 88e16160..f22f4c6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ doc = [ "python-dateutil==2.9.0.post0", "pytz==2025.2", "tox==4.30.3", - "regex==2025.9.18", + "regex==2026.2.28", "watchdog==6.0.0" ] publish = [ diff --git a/requirements.in b/requirements.in index 508a4abc..36db4caa 100644 --- a/requirements.in +++ b/requirements.in @@ -29,7 +29,7 @@ pymdown-extensions==10.16.1 pygments==2.19.2 python-dateutil==2.9.0.post0 pytz==2025.2 -regex==2025.9.18 +regex==2026.2.28 watchdog==6.0.0 # Optional dependencies: publish