From a5703834bff9777464641f3410bce18dd896774b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 16:40:40 +0000 Subject: [PATCH] Bump ahocorasick-rs from 0.22.2 to 1.0.3 Bumps [ahocorasick-rs](https://github.com/G-Research/ahocorasick_rs) from 0.22.2 to 1.0.3. - [Release notes](https://github.com/G-Research/ahocorasick_rs/releases) - [Changelog](https://github.com/G-Research/ahocorasick_rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/G-Research/ahocorasick_rs/compare/0.22.2...1.0.3) --- updated-dependencies: - dependency-name: ahocorasick-rs dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c609d9f..83b9209 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -ahocorasick-rs==0.22.2 ; python_version >= "3.11" and python_version < "3.14" +ahocorasick-rs==1.0.3 ; python_version >= "3.11" and python_version < "3.14" aiobotocore==2.25.1 ; python_version >= "3.11" and python_version < "3.14" aiohappyeyeballs==2.6.1 ; python_version >= "3.11" and python_version < "3.14" aiohttp==3.13.2 ; python_version >= "3.11" and python_version < "3.14"