From 02e7a73ff2b209ef521ed736db2d010e0eb7d9e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 03:40:01 +0000 Subject: [PATCH] chore(deps): bump pydantic-core from 2.35.2 to 2.40.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.35.2 to 2.40.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.35.2...v2.40.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.40.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 52f4180..025dfe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pathspec==0.12.1 posthog==6.1.0 pydantic==2.11.7 pydantic-settings==2.10.1 -pydantic_core==2.35.2 +pydantic_core==2.40.1 Pygments==2.19.2 pyinstaller==6.14.2 pyinstaller-hooks-contrib==2025.6 diff --git a/setup.py b/setup.py index ce8e16c..226af29 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "posthog==6.1.0", "pydantic==2.11.7", "pydantic-settings==2.10.1", - "pydantic_core==2.35.2", + "pydantic_core==2.40.1", "Pygments==2.19.2", "pyinstaller-hooks-contrib==2025.6", "python-dotenv==1.1.1",