From 78889804aa7e344b3939982ac251e61293e94776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 21:52:45 +0000 Subject: [PATCH] Update rapidfuzz requirement from >=3.14.5 to >=3.14.6 in /newsroom Updates the requirements on [rapidfuzz](https://github.com/rapidfuzz/RapidFuzz) to permit the latest version. - [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.5...v3.14.6) --- updated-dependencies: - dependency-name: rapidfuzz dependency-version: 3.14.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- newsroom/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newsroom/pyproject.toml b/newsroom/pyproject.toml index 52f5a5c..64004bf 100644 --- a/newsroom/pyproject.toml +++ b/newsroom/pyproject.toml @@ -9,7 +9,7 @@ description = "Equinox Haber üretim sistemi" license = "AGPL-3.0-only" requires-python = ">=3.12" dependencies = [ - "rapidfuzz>=3.14.5", + "rapidfuzz>=3.14.6", "pyyaml>=6.0.3", "feedparser>=6.0.14", "httpx>=0.28.1",