From 1b3c02261a659c531865151f84f0de6a65e4aeea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 17:15:53 +0000 Subject: [PATCH] Build(deps): bump pydantic from 2.8.0 to 2.8.2 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.8.0 to 2.8.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.8.0...v2.8.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 db9c01e..3324fbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ httpx==0.27.0 orjson==3.10.5 -pydantic==2.8.0 +pydantic==2.8.2 moviepy==1.0.3 pycryptodomex==3.20.0 zstandard==0.22.0 diff --git a/setup.py b/setup.py index 7d38641..7a4c453 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ requirements = [ "httpx==0.27.0", "orjson==3.10.5", - "pydantic==2.8.0", + "pydantic==2.8.2", "moviepy==1.0.3", "pycryptodomex==3.20.0", "zstandard==0.22.0",