From 658f5496197dd4dbfae3b875c3852aca2410485f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:43:24 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.12.0 to 2.13.1 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.12.0 to 2.13.1. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.12.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 530a412..3e158c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,6 @@ boto3>=1.35.71 botocore>=1.35.76 python-dotenv==1.2.1 pydantic==2.12.5 -pydantic-settings==2.12.0 +pydantic-settings==2.13.1 python-hcl2==7.3.1 requests==2.32.5