From 3379d0dbdd8d2caaf2b573f1949c65b246f1e318 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 08:06:50 +0000 Subject: [PATCH] deps(pip): bump pydantic-settings from 2.9.1 to 2.10.0 Bumps [pydantic-settings](https://github.com/pydantic/pydantic-settings) from 2.9.1 to 2.10.0. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.9.1...2.10.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2971c19..a0ef571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.12" dependencies = [ "fastapi-slim==0.115.13", "httpx==0.28.1", - "pydantic-settings==2.9.1", + "pydantic-settings==2.10.0", "python-dotenv==1.1.0", ]