From 24ebc39683c501a392b8afba864a255cde5a2201 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 08:18:15 +0000 Subject: [PATCH] chore(deps): update regex requirement from ~=2023.3.23 to ~=2023.8.8 Updates the requirements on [regex](https://github.com/mrabarnett/mrab-regex) to permit the latest version. - [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt) - [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.3.23...2023.8.8) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3794aa2..62de51e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ discord.py azure-cognitiveservices-speech poe-api~=0.3.1 -regex~=2023.3.23 +regex~=2023.8.8 httpx Quart==0.17.0