Skip to content

Commit

Permalink
build(deps): update regex requirement
Browse files Browse the repository at this point in the history
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...2024.5.15)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 28, 2024
1 parent 1108a3a commit 68c5cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.9"
regex = ">=2021.4,<2024.0"
regex = ">=2024.5.15,<2025.0"
"ruamel.yaml" = {version = ">=0.16.5,<0.19.0", optional = true}
numpy = ">=1.19,<3.0"
click = "^8.0"
Expand Down

0 comments on commit 68c5cf5

Please sign in to comment.