From 4e5269c3023dfd3d7728d8cebfe5fcc5d6716a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:12:53 +0900 Subject: [PATCH] Bump regex from 2024.5.10 to 2024.5.15 (#3523) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53099855823..8a2cad0bea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "jsonargparse==4.30.0", "psutil==5.9.8", # Mem cache needs system checks "ftfy==6.2.0", - "regex==2024.5.10", + "regex==2024.5.15", "importlib_resources==6.4.0", "docstring_parser==0.16", # CLI help-formatter "rich_argparse==1.5.2", # CLI help-formatter