From 683c29f816bb82165aca01aa4a79b3dcb1ce7d5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:39:34 +0000 Subject: [PATCH] Bump pydantic from 1.10.9 to 2.3.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.9 to 2.3.0. - [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.10.9...v2.3.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... 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 3eaa64d1..9d2ff170 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 PySocks==1.7.1 -pydantic==1.10.9 +pydantic==2.3.0 moviepy==1.0.3 pycryptodomex==3.18.0 diff --git a/setup.py b/setup.py index b8790a48..e7774240 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ requirements = [ "requests<3.0,>=2.25.1", "PySocks==1.7.1", - "pydantic==1.10.9", + "pydantic==2.3.0", "pycryptodomex==3.18.0", ] # requirements = [