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",