From d69d5a558de7ef604b9697365e6488f5921490d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 03:02:19 +0000 Subject: [PATCH] Bump pydantic from 1.8.1 to 1.8.2 in /backend/requirements Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.1 to 1.8.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.8.1...v1.8.2) Signed-off-by: dependabot[bot] --- backend/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt index ae2c9819..70ef47a5 100644 --- a/backend/requirements/development.txt +++ b/backend/requirements/development.txt @@ -14,7 +14,7 @@ isort==5.7.0 mypy-extensions==0.4.3 nodeenv==1.5.0 pathspec==0.8.1 -pydantic==1.8.1 +pydantic==1.8.2 pymongo==3.11.3 mongomock==3.22.1 python-dateutil==2.8.1