From ced260deff06446ed16edf7df62cfe39fee03279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 06:39:09 +0000 Subject: [PATCH] Bump pydantic from 1.8.1 to 1.8.2 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 16fc6ec..cb58b9f --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ "prometheus-client==0.9.0", "pycares==3.1.1", "pycparser==2.20; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", - "pydantic==1.8.1; python_full_version >= '3.6.1'", + "pydantic==1.8.2; python_full_version >= '3.6.1'", "python-dateutil==2.8.1", "six==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "starlette==0.13.6; python_version >= '3.6'",