From 3e31e171745d596e1179400fbf9ebde4e973dc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 21:03:16 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.6.2 in /api Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.6.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.6.1...v1.6.2) Signed-off-by: dependabot[bot] --- api/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/setup.py b/api/setup.py index af34de9..b834784 100644 --- a/api/setup.py +++ b/api/setup.py @@ -9,7 +9,7 @@ requirements = [ 'Werkzeug==1.0.1', 'Flask==1.1.2', - 'pydantic==1.6.1', + 'pydantic==1.6.2', 'SQLAlchemy==1.3.19', 'gunicorn==20.0.4', 'prometheus-client==0.8.0',