From 16453d6090b0675138542c4af538e926adb59aad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:03:40 +0000 Subject: [PATCH] Bump pydantic from 0.22 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 0.22 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v0.22...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 147b0af..a8add97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ spacy==2.1.3 -pydantic==0.22 \ No newline at end of file +pydantic==1.10.13 \ No newline at end of file