From 6b70069b903232f8e6a8109d3d3be306caee9fe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:42:52 +0000 Subject: [PATCH] Bump pydantic from 2.7.1 to 2.7.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.1 to 2.7.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/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... 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 990fc21c..95c8aa00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.31.0 PySocks==1.7.1 -pydantic==2.7.1 +pydantic==2.7.2 moviepy==1.0.3 pycryptodomex==3.20.0 diff --git a/setup.py b/setup.py index eae2724f..d03b9d9e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ requirements = [ "requests<3.0,>=2.25.1", "PySocks==1.7.1", - "pydantic==2.7.1", + "pydantic==2.7.2", "pycryptodomex==3.20.0", ] # requirements = [