From 7b88ec34d8a4fec1e83e869fb7db307a6e103c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 17:53:01 +0000 Subject: [PATCH] Bump pydantic from 2.7.0 to 2.7.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.0 to 2.7.1. - [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.0...v2.7.1) --- 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 7270c29..8dcd3af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ httpx==0.27.0 orjson==3.10.1 -pydantic==2.7.0 +pydantic==2.7.1 moviepy==1.0.3 pycryptodomex==3.20.0 zstandard==0.22.0 diff --git a/setup.py b/setup.py index 788c133..0ba0bd5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ "httpx==0.27.0", "orjson==3.10.1", - "pydantic==2.7.0", + "pydantic==2.7.1", "moviepy==1.0.3", "pycryptodomex==3.20.0", "zstandard==0.22.0",