From f7ba1d22fb6c26927f6ee6a38b36acfcea07b63b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:27:42 +0000 Subject: [PATCH] Bump pydantic from 0.23 to 1.6.2 in /sentinel_common Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 0.23 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.23...v1.6.2) Signed-off-by: dependabot[bot] --- sentinel_common/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentinel_common/requirements.txt b/sentinel_common/requirements.txt index 393c408..f70a68e 100644 --- a/sentinel_common/requirements.txt +++ b/sentinel_common/requirements.txt @@ -1,4 +1,4 @@ nltk==3.4.1 -pydantic==0.23 +pydantic==1.6.2 pynamodb==3.3.3 pytest==4.3.1 \ No newline at end of file