From e2994718e7d3aad3568d692a39dde64d6639123a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:08:24 +0000 Subject: [PATCH] Update spacy requirement from >=3.8.0 to >=3.8.14 in /apps/api Updates the requirements on [spacy](https://github.com/explosion/spaCy) to permit the latest version. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/release-v3.8.0...release-v3.8.14) --- updated-dependencies: - dependency-name: spacy dependency-version: 3.8.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 42dfff3..19ac1c9 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "python-whois>=0.9.4", "aiodns>=3.2.0", # NLP - "spacy>=3.8.0", + "spacy>=3.8.14", # Logging "structlog>=24.4.0", # Utils