From 16dd28d436c74bfb9aee3afe2c90c757ef16e5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 May 2021 09:47:47 +0000 Subject: [PATCH] Bump pydantic from 1.8.1 to 1.8.2 in /server 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] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 5c67875..88a03f4 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -16,7 +16,7 @@ iso8601==0.1.14 makefun==1.11.3 passlib==1.7.4 pycparser==2.20 -pydantic==1.8.1 +pydantic==1.8.2 PyJWT==2.0.1 pypika-tortoise==0.1.0 python-dotenv==0.17.1