From e7afe51c92aa8b9f5a9ef5f93a1856c4aa71fdb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 17:24:06 +0000 Subject: [PATCH] Bump pydantic[email] from 1.8.2 to 1.10.2 Bumps [pydantic[email]](https://github.com/pydantic/pydantic) from 1.8.2 to 1.10.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v1.8.2...v1.10.2) --- updated-dependencies: - dependency-name: pydantic[email] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c844be62..13946073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ clabe==1.2.8 -pydantic[email]==1.8.2 +pydantic[email]==1.10.2 python-dateutil==2.8.2 diff --git a/setup.py b/setup.py index 00a11c9a..1abed01e 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ python_requires='>=3.6', install_requires=[ 'clabe>=1.2,<1.3', - 'pydantic[email]>=1.6,<1.9', + 'pydantic[email]>=1.6,<1.11', 'dataclasses>=0.6;python_version<"3.7"', 'python-dateutil>=2.7.0', ],