From 2cea424538ddd18dbe4ed3dd73af7fe9a46edaac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 03:22:13 +0000 Subject: [PATCH] Bump regex from 2023.8.8 to 2023.10.3 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.8.8 to 2023.10.3. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.8.8...2023.10.3) --- 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 | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index f0538bf827..7c6dc7dfcb 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ # Libeli pyproj==3.6.1 shapely==2.0.2 -regex==2023.8.8 +regex==2023.10.3 validators==0.22.0 # Common diff --git a/requirements.txt b/requirements.txt index 7231c4e6bb..10e4dbbdce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,9 @@ aiodns==3.0.0 aiofiles==23.2.1 # via -r requirements.in aiohttp[speedups]==3.8.6 - # via -r requirements.in + # via + # -r requirements.in + # aiohttp aiosignal==1.2.0 # via aiohttp async-timeout==4.0.2 @@ -80,7 +82,7 @@ referencing==0.29.1 # via # jsonschema # jsonschema-specifications -regex==2023.8.8 +regex==2023.10.3 # via -r requirements.in requests==2.31.0 # via -r requirements.in