From 9d9fdbdd10c91a8a1b68984c35a9c3db49de166f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 22:08:06 -0500 Subject: [PATCH] Bump pydantic from 1.8.2 to 1.9.0 (#520) Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.8.2 to 1.9.0. - [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.2...v1.9.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 02579a28..170cf50a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests<3.0,>=2.25.1 PySocks==1.7.1 -pydantic==1.8.2 +pydantic==1.9.0 moviepy==1.0.3 pycryptodomex==3.12.0 diff --git a/setup.py b/setup.py index 6077831f..8835e33e 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ 'requests<3.0,>=2.25.1', 'PySocks==1.7.1', - 'pydantic==1.8.2', + 'pydantic==1.9.0', 'pycryptodomex==3.12.0' ] # requirements = [