From d8f001cf40bd54266bc9e41df56593e4a4fa1664 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 03:04:08 +0000 Subject: [PATCH] :arrow_up: bump pydantic-core from 2.18.1 to 2.20.0 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.18.1 to 2.20.0. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.18.1...v2.20.0) --- updated-dependencies: - dependency-name: pydantic-core 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 c5f3d97..d4a23cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -72,7 +72,7 @@ psutil==5.9.8 ; python_version >= "3.9" ptyprocess==0.7.0 ; (os_name != "nt" or sys_platform != "win32") and python_version >= "3.9" pure-eval==0.2.2 ; python_version >= "3.9" pycparser==2.22 ; python_version >= "3.9" -pydantic-core==2.18.1 ; python_version >= "3.9" +pydantic-core==2.20.0 ; python_version >= "3.9" pydantic==2.7.0 ; python_version >= "3.9" pygments==2.17.2 ; python_version >= "3.9" pyopenssl==24.1.0 ; python_version >= "3.9"