From 9db1bc136994245a45428674df4441e74c5c7c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:59:13 +0000 Subject: [PATCH] Bump pydantic from 1.6.1 to 1.6.2 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a23f8a4..eace050 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ include_package_data=True, install_requires=[ "sqlalchemy==1.3.20", - "pydantic==1.6.1" + "pydantic==1.6.2" ], setup_requires=['wheel'] )