From 818e4b611144bf411da3b933cd0059d740abe5df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 10:21:51 +0000 Subject: [PATCH] Bump rapidfuzz from 3.14.0 to 3.14.1 Bumps [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) from 3.14.0 to 3.14.1. - [Release notes](https://github.com/rapidfuzz/RapidFuzz/releases) - [Changelog](https://github.com/rapidfuzz/RapidFuzz/blob/main/CHANGELOG.rst) - [Commits](https://github.com/rapidfuzz/RapidFuzz/compare/v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: rapidfuzz dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 072779e..bfaee80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -77,7 +77,7 @@ python-dotenv==1.1.1 ; python_version >= "3.11" and python_version < "3.14" python-stdnum==2.1 ; python_version >= "3.11" and python_version < "3.14" pytz==2025.2 ; python_version >= "3.11" and python_version < "3.14" pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "3.14" -rapidfuzz==3.14.0 ; python_version >= "3.11" and python_version < "3.14" +rapidfuzz==3.14.1 ; python_version >= "3.11" and python_version < "3.14" rdflib==7.1.4 ; python_version >= "3.11" and python_version < "3.14" regex==2025.8.29 ; python_version >= "3.11" and python_version < "3.14" requests==2.32.5 ; python_version >= "3.11" and python_version < "3.14"