From 68c5cf5a09a487fa9baf52de3853312704f66259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 02:18:22 +0000 Subject: [PATCH] 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](https://github.com/mrabarnett/mrab-regex/compare/2021.11.10...2024.5.15) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07822e9..21aebb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"