From 7d2ce84089c1e94145bfac2cdc44f023fe4d0ea7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 02:34:11 +0000 Subject: [PATCH] chore(deps): 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 85de01685..72ee02806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -145,7 +145,7 @@ pyasn1-modules==0.4.2 ; python_version >= "3.12" and python_version < "4.0" pyasn1==0.6.4 ; python_version >= "3.12" and python_version < "4.0" pycodestyle==2.14.0 ; python_version >= "3.12" and python_version < "4.0" pycparser==3.0 ; python_version >= "3.12" and python_version < "4.0" and (platform_python_implementation != "PyPy" or os_name == "nt") and (platform_python_implementation != "PyPy" or implementation_name != "pypy" and implementation_name != "PyPy") and implementation_name != "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-settings==2.14.2 ; python_version >= "3.12" and python_version < "4.0" pydantic==2.13.4 ; python_version >= "3.12" and python_version < "4.0" pyflakes==3.4.0 ; python_version >= "3.12" and python_version < "4.0"