From ce824224a184c40a4dbd335c20c9db333ac94268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 07:50:04 +0000 Subject: [PATCH] Update dependency spacy to v3.7.5 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 447abb3e..ad7af8b0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ langdetect==1.0.9 networkx==3.2.1 gensim==4.3.2 scipy==1.12.0 -spacy==3.7.4 \ No newline at end of file +spacy==3.7.5 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 3fe0ff15..3d7072ec 100644 --- a/setup.cfg +++ b/setup.cfg @@ -31,7 +31,7 @@ install_requires = networkx==3.2.1 gensim==4.3.2 scipy==1.12.0 - spacy==3.7.4 + spacy==3.7.5 packages = find: [options.package_data]