From 931addef5d98714f8aeed4ddc383e3a0f5175e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:55:51 +0000 Subject: [PATCH] Bump pydantic-core from 2.46.4 to 2.47.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic) from 2.46.4 to 2.47.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/commits) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25f2276..de3b5f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ packaging==26.2 ; python_version >= "3.12" and python_version < "4.0" pillow==12.2.0 ; python_version >= "3.12" and python_version < "4.0" platformdirs==4.10.0 ; python_version >= "3.12" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and implementation_name != "PyPy" and platform_python_implementation != "PyPy" -pydantic-core==2.46.4 ; python_version >= "3.12" and python_version < "4.0" +pydantic-core==2.47.0 ; python_version >= "3.12" and python_version < "4.0" pydantic==2.13.4 ; python_version >= "3.12" and python_version < "4.0" pygments==2.20.0 ; python_version >= "3.12" and python_version < "4.0" pyyaml==6.0.3 ; python_version >= "3.12" and python_version < "4.0"