From 999a6c1b098e199eb6b70995067f6ef647fa35e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:51:09 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ~=2.10.6 to ~=2.12.0 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [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.10.6...v2.12.0) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1fbbeca..2d4a4d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ propcache~=0.3.1 PyAudio~=0.2.14 pycodestyle~=2.12.1 pycparser~=2.22 -pydantic~=2.10.6 +pydantic~=2.12.0 pydantic_core~=2.27.2 pydub~=0.25.1 pyflakes~=3.2.0