From 3df7ef91d66c394f0bfa97068c9d3960fa80d8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:55:03 +0000 Subject: [PATCH] build(deps): bump pydantic from 1.5.1 to 1.6.2 in /note-backend Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.5.1 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/v1.5.1...v1.6.2) Signed-off-by: dependabot[bot] --- note-backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/note-backend/requirements.txt b/note-backend/requirements.txt index d4cefb3..4f5a76d 100644 --- a/note-backend/requirements.txt +++ b/note-backend/requirements.txt @@ -6,7 +6,7 @@ h11==0.9.0 loguru==0.5.0 numpy==1.18.5 pandas==1.0.4 -pydantic==1.5.1 +pydantic==1.6.2 PyMySQL==0.9.3 python-dateutil==2.8.1 pytz==2020.1