From 6cf2c578f9f3de80ef70ad62021fda85f4e11e0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 11:37:15 +0000 Subject: [PATCH] chore(deps)(deps): update pydantic-settings requirement Updates the requirements on [pydantic-settings](https://github.com/pydantic/pydantic-settings) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic-settings/releases) - [Commits](https://github.com/pydantic/pydantic-settings/compare/v2.2.0...v2.13.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e5887b..024a1c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ httpx = "^0.27" # Configuration & data pyyaml = "^6.0.1" pydantic = "^2.6" -pydantic-settings = "^2.2" +pydantic-settings = "^2.13" aiosqlite = "^0.20" # Privacy