From 06b06def4924b56d504aef9b06b65f303599a06e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 03:36:27 +0000 Subject: [PATCH] chore(deps): bump pydantic-core from 2.35.2 to 2.41.1 Bumps [pydantic-core](https://github.com/pydantic/pydantic-core) from 2.35.2 to 2.41.1. - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.35.2...v2.41.1) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.41.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..b57be48 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.41.1 Pygments==2.19.2 pyinstaller==6.14.2 pyinstaller-hooks-contrib==2025.6 diff --git a/setup.py b/setup.py index ce8e16c..2267f73 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.41.1", "Pygments==2.19.2", "pyinstaller-hooks-contrib==2025.6", "python-dotenv==1.1.1",