Skip to content

Commit c854995

Browse files
Bump regex from 2025.11.3 to 2026.1.15
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.11.3 to 2026.1.15. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2025.11.3...2026.1.15) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.1.15 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b30585f commit c854995

File tree

2 files changed

+119
-105
lines changed

2 files changed

+119
-105
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
requires-python = ">=3.10, < 4.0"
99

1010
dependencies = [
11-
"regex >= 2025.0, < 2026.0",
11+
"regex>=2025.0,<2027.0",
1212
"httpx >= 0.28, < 1.0",
1313
"pydantic >= 2.7, < 3.0",
1414
"textual >= 6.0",

0 commit comments

Comments
 (0)