From 37962be4d9405aa6a60639b32ca3520973e89d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 13:36:35 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings in /agent-application/backend 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] --- agent-application/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-application/backend/requirements.txt b/agent-application/backend/requirements.txt index a4a2bba2..ceca6709 100644 --- a/agent-application/backend/requirements.txt +++ b/agent-application/backend/requirements.txt @@ -24,7 +24,7 @@ mdurl==0.1.2 pyasn1==0.6.1 pyasn1_modules==0.4.2 pydantic==2.12.4 -pydantic-settings==2.12.0 +pydantic-settings==2.14.2 pydantic_core==2.41.5 Pygments==2.19.2 python-dotenv==1.2.1