From e7f825bee77389a89669fb794086f240076da77f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:00:56 +0000 Subject: [PATCH] chore(deps)(deps): bump pydantic-settings in /secbrain Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.12.0 to 2.14.2. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.12.0...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- secbrain/pyproject.toml | 2 +- secbrain/requirements.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secbrain/pyproject.toml b/secbrain/pyproject.toml index 261ce290..b9fb1005 100644 --- a/secbrain/pyproject.toml +++ b/secbrain/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "rich>=13.0.0", "httpx>=0.25.0", "pydantic>=2.5.0", - "pydantic-settings>=2.1.0", + "pydantic-settings>=2.14.2", "pyyaml>=6.0.0", "google-generativeai>=0.3.0", "openai>=1.6.0", diff --git a/secbrain/requirements.in b/secbrain/requirements.in index 78d3fa97..6bc789ca 100644 --- a/secbrain/requirements.in +++ b/secbrain/requirements.in @@ -11,7 +11,7 @@ httpx>=0.25.0 # Data validation and settings pydantic>=2.5.0 -pydantic-settings>=2.1.0 +pydantic-settings>=2.14.2 # Configuration and parsing pyyaml>=6.0.0