From df193c3cfb14000278fd16be33cf0f57b64181e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:07:59 +0000 Subject: [PATCH] chore(deps): bump pydantic-settings from 2.12.0 to 2.14.2 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 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 6c07489..4550e7f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ beautifulsoup4==4.14.3 httpx-sse==0.4.3 httpx==0.28.1 lxml==6.0.2 -pydantic-settings==2.12.0 +pydantic-settings==2.14.2 pydantic==2.12.5 pydantic_core==2.41.5 pytest-httpx==0.36.2