From 7882c7a9ac9e99d3184ee634b2d6b9519da08dac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Jan 2021 19:38:57 +0000 Subject: [PATCH] Bump pydantic from 1.7.2 to 1.7.3 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.2 to 1.7.3. - [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.7.2...v1.7.3) 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 0dbecf5e..d315ee66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ requests==2.24.0 PySocks==1.7.1 -pydantic==1.7.2 +pydantic==1.7.3 moviepy==1.0.3 \ No newline at end of file diff --git a/setup.py b/setup.py index 5aa7082c..b643ebeb 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ 'requests==2.24.0', 'PySocks==1.7.1', - 'pydantic==1.7.2' + 'pydantic==1.7.3' ] # requirements = [ # line.strip()