From f59a6d9564f5f08fd994857ad6b2c9d2381ff2fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 15:47:26 +0000 Subject: [PATCH] build(deps): update pydantic requirement from ~=2.10.6 to ~=2.11.5 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.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 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..21835e8 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.11.5 pydantic_core~=2.27.2 pydub~=0.25.1 pyflakes~=3.2.0