From f983619501ea022c273118b577c071d9755ff28f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:01:44 +0000 Subject: [PATCH] Bump pydantic from 2.11.9 to 2.12.0 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.12.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/v2.11.9...v2.12.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2613af3..9267993c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ keywords = [ dependencies = [ "requests==2.32.5", "PySocks==1.7.1", - "pydantic==2.11.9", + "pydantic==2.12.0", "moviepy==1.0.3", "pycryptodomex==3.23.0", ] diff --git a/requirements.txt b/requirements.txt index b9d49c06..73007ba7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.32.5 PySocks==1.7.1 -pydantic==2.11.9 +pydantic==2.12.0 moviepy==1.0.3 pycryptodomex==3.23.0