From 42106aa4d6decb8c6912e12e357c22fa0975ca37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 11:19:57 +0200 Subject: [PATCH] Bump pyahocorasick from 2.1.0 to 2.2.0 (#646) Bumps [pyahocorasick](https://github.com/WojciechMula/pyahocorasick) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/WojciechMula/pyahocorasick/releases) - [Changelog](https://github.com/WojciechMula/pyahocorasick/blob/master/CHANGELOG.rst) - [Commits](https://github.com/WojciechMula/pyahocorasick/compare/2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: pyahocorasick dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bb55ffe..f3be48b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "libusb1==3.3.1", "cryptography==45.0.3", "PyYAML>=6.0.2", - "pyahocorasick==2.1.0", + "pyahocorasick==2.2.0", "betterproto==1.2.5", "pydantic==2.11.5", "pydantic-settings==2.9.1",