From 768bb737823b99dce4b19b8cad993460e4405407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 12:47:00 +0000 Subject: [PATCH] build(deps): bump the plugin-dependencies group Bumps the plugin-dependencies group in /plugins/rivers_ioc with 2 updates: [cffi](https://github.com/python-cffi/cffi) and [pydantic-core](https://github.com/pydantic/pydantic). Updates `cffi` from 2.1.0 to 2.1.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.1.0...v2.1.1) 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: cffi dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: plugin-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/rivers_ioc/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/rivers_ioc/requirements.txt b/plugins/rivers_ioc/requirements.txt index 5d262d3..a6f16a3 100644 --- a/plugins/rivers_ioc/requirements.txt +++ b/plugins/rivers_ioc/requirements.txt @@ -11,7 +11,7 @@ certifi==2026.7.22 # httpcore # httpx # requests -cffi==2.1.0 ; platform_python_implementation == 'CPython' and sys_platform == 'win32' +cffi==2.1.1 ; platform_python_implementation == 'CPython' and sys_platform == 'win32' # via gevent charset-normalizer==3.4.9 # via requests @@ -64,7 +64,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