From 36637990a034f90780b81594111f0f6f6aeaa76c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jan 2023 10:09:51 +0000 Subject: [PATCH] Bump spacy from 3.4.1 to 3.5.0 Bumps [spacy](https://github.com/explosion/spaCy) from 3.4.1 to 3.5.0. - [Release notes](https://github.com/explosion/spaCy/releases) - [Commits](https://github.com/explosion/spaCy/compare/v3.4.1...v3.5.0) --- updated-dependencies: - dependency-name: spacy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9564c0..61c2528 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ tomlkit==0.11.4 Flask==2.2.2 clean-text==0.6.0 unidecode==1.3.2 -spacy==3.4.1 +spacy==3.5.0 torch==1.12.1 transformers==4.25.1 \ No newline at end of file