From e0f46a10c65a68a97e18fdca0d75f96c8a655e2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:05:22 +0000 Subject: [PATCH] pip prod(deps): bump regex from 2024.9.11 to 2024.11.6 Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2024.9.11 to 2024.11.6. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2024.9.11...2024.11.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements.txt.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index acad55a2..4f7e0356 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ python-dateutil==2.8.2 # via pandas pytz==2023.4 # via pandas -regex==2024.9.11 +regex==2024.11.6 # via -r requirements.txt.in requests==2.32.3 # via diff --git a/requirements.txt.in b/requirements.txt.in index 9eccb174..8d525fd3 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -8,7 +8,7 @@ pandas plotly==5.24.1 copr-cli tft-cli==0.0.16 -regex==2024.9.11 +regex==2024.11.6 munch==4.0.0 copr==2.0 requests==2.32.3