From d228bfe1244c1ac970a56d2b3a0a14fbea5ddaef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 22:03:21 +0000 Subject: [PATCH] Bump pydantic from 2.5.2 to 2.6.3 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.5.2 to 2.6.3. - [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.5.2...v2.6.3) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... 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 5c4b58a..02ebb40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ httpx==0.26.0 orjson==3.9.10 -pydantic==2.5.2 +pydantic==2.6.3 moviepy==1.0.3 pycryptodomex==3.14.1 zstandard==0.21.0 diff --git a/setup.py b/setup.py index d432c78..a106d42 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ "httpx==0.26.0", "orjson==3.9.10", - "pydantic==2.5.2", + "pydantic==2.6.3", "moviepy==1.0.3", "pycryptodomex==3.14.1", "zstandard==0.21.0",