From 5b53b444e5886cbd50ba84f645921bfc0d257bcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:28:12 +0000 Subject: [PATCH] build(deps): bump regex from 2024.5.15 to 2024.9.11 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.5.15 to 2024.9.11. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.5.15...2024.9.11) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35bb1f64..fea22960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dev = [ "pytest == 8.3.2", "coverage == 7.6.1", "robotframework == 7.0.1", - "regex == 2024.5.15", + "regex == 2024.9.11", "pre-commit == 3.8.0", ] publish = [