From 9c3ec6fc943f049253ae8be2ac24b3d584bf4ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:35:49 +0000 Subject: [PATCH] Bump pydantic from 0.32.2 to 1.6.2 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 0.32.2 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/v0.32.2...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 468081c..a7a979f 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,6 @@ description='A minimal python package', packages=setuptools.find_packages(), install_requires=[ - "pydantic==0.32.2" + "pydantic==1.6.2" ] ) \ No newline at end of file