Skip to content

Commit 5d7a1bf

Browse files
build(deps): update regex requirement
Updates the requirements on [regex](https://github.com/mrabarnett/mrab-regex) to permit the latest version. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](mrabarnett/mrab-regex@2021.11.10...2025.7.31) --- updated-dependencies: - dependency-name: regex dependency-version: 2025.7.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 403cc70 commit 5d7a1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ readme = "README.md"
1717

1818
[tool.poetry.dependencies]
1919
python = "^3.9"
20-
regex = ">=2021.4,<2025.0"
20+
regex = ">=2021.4,<2026.0"
2121
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
2222
numpy = ">=1.19,<3.0"
2323
click = "^8.0"

0 commit comments

Comments
 (0)