From 940909cf89f1d81695163052525bf4049ed0a1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:43:23 +0000 Subject: [PATCH] Bump regex from 2024.5.15 to 2024.7.24 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.5.15 to 2024.7.24. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.5.15...2024.7.24) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index ec02d3304..6b2ddd132 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ # Libeli pyproj==3.6.1 shapely==2.0.5 -regex==2024.5.15 +regex==2024.7.24 validators==0.33.0 # Common diff --git a/requirements.txt b/requirements.txt index 70f95a30b..a13b31012 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,7 +78,7 @@ referencing==0.29.1 # via # jsonschema # jsonschema-specifications -regex==2024.5.15 +regex==2024.7.24 # via -r requirements.in requests==2.32.3 # via -r requirements.in