From 91e3a7874d5a3b8f7565b8386f2197cef4298dba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 01:14:06 +0000 Subject: [PATCH] chore(deps): update regex requirement from >=2022.1.18 to >=2026.7.10 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/2022.1.18...2026.7.10) --- updated-dependencies: - dependency-name: regex dependency-version: 2026.7.10 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 93d233b..5df0a58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ numpy>=1.21.0 pandas>=1.3.0 # Text processing for Bangla chaos -regex>=2022.1.18 +regex>=2026.7.10 # Future ML features (optional installs) # scikit-learn>=1.0.0 # For basic ML models