From 4f7544a62041be42fdd8326c8b053f3b4c2914ea Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Mar 2025 21:46:01 +0000
Subject: [PATCH] Bump pydantic-core from 2.23.4 to 2.32.0

Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.23.4 to 2.32.0.
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](https://github.com/pydantic/pydantic-core/compare/v2.23.4...v2.32.0)

---
updated-dependencies:
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 4bbe890..072f578 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ annotated-types==0.7.0
     # via pydantic
 pydantic==2.9.2
     # via your-favourite-package-name (pyproject.toml)
-pydantic-core==2.23.4
+pydantic-core==2.32.0
     # via pydantic
 typing-extensions==4.12.2
     # via