From b9d6ef7780c0a6fa3dbd6a302fefe568b9b70334 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:40:11 +0000 Subject: [PATCH] chore(deps): update dependency pydantic-core to v2.39.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d40ad24..af78202 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ idna==3.10 ; python_version >= "3.12" and python_version < "4.0" lightkube-models==1.33.1.8 ; python_version >= "3.12" and python_version < "4.0" lightkube==0.17.2 ; python_version >= "3.12" and python_version < "4.0" ops==3.1.0 ; python_version >= "3.12" and python_version < "4.0" -pydantic-core==2.33.1 ; python_version >= "3.12" and python_version < "4.0" +pydantic-core==2.39.0 ; python_version >= "3.12" and python_version < "4.0" pydantic==2.11.3 ; python_version >= "3.12" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0" sniffio==1.3.1 ; python_version >= "3.12" and python_version < "4.0"