From 940c469611abd7ffdb7ae4dd278a7584a134d8b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:01:44 +0000 Subject: [PATCH] Bump pydantic from 2.11.9 to 2.11.10 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.11.9 to 2.11.10. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.10/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.9...v2.11.10) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.10 dependency-type: direct:production update-type: version-update:semver-patch ... 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..411fb0f6 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.11.10", "moviepy==1.0.3", "pycryptodomex==3.23.0", ] diff --git a/requirements.txt b/requirements.txt index b9d49c06..da6989ea 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.11.10 moviepy==1.0.3 pycryptodomex==3.23.0