From 4b046640834a42822141aeb1c752ec5af678cad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:46:45 +0000 Subject: [PATCH] build(deps): bump pydantic-core Bumps the plugin-dependencies group in /plugins/octobus with 1 update: [pydantic-core](https://github.com/pydantic/pydantic). Updates `pydantic-core` from 2.46.4 to 2.47.0 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/commits) --- updated-dependencies: - dependency-name: pydantic-core dependency-version: 2.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugin-dependencies ... Signed-off-by: dependabot[bot] --- plugins/octobus/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/octobus/requirements.txt b/plugins/octobus/requirements.txt index 18feea5..bf79228 100644 --- a/plugins/octobus/requirements.txt +++ b/plugins/octobus/requirements.txt @@ -62,7 +62,7 @@ pydantic==2.13.4 # via # dify-plugin # pydantic-settings -pydantic-core==2.46.4 +pydantic-core==2.47.0 # via pydantic pydantic-settings==2.14.2 # via dify-plugin