From a46cf921d8708481309a3f716788c8694b5c15f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:42:24 +0000 Subject: [PATCH] Bump pydantic from 0.32.2 to 1.6.2 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 0.32.2 to 1.6.2. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) - [Commits](https://github.com/samuelcolvin/pydantic/compare/v0.32.2...v1.6.2) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c89a47d..5e12f8e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ torch==1.3.1 pytorch-ignite==0.2.0 pytorch-transformers==1.2.0 git+https://github.com/facebookresearch/pytext.git@8a73c72b0fa9296ee3e50479466df633c878742c -pydantic==0.32.2 +pydantic==1.6.2 fasttext==0.8.4 iterable-queue==1.2.2 tabulate==0.8.3