From 37b263e0cae54e9347aecf2f784d4581bf41b1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 17:43:48 +0000 Subject: [PATCH] build(deps): update pydantic-settings requirement in /pywry/docs 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.14.0...v2.14.1) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pywry/docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywry/docs/requirements.txt b/pywry/docs/requirements.txt index d9164ed..757a2e2 100644 --- a/pywry/docs/requirements.txt +++ b/pywry/docs/requirements.txt @@ -14,4 +14,4 @@ mkdocs-section-index>=0.3.12 # Needed for building docs (dependencies of pywry) pydantic>=2.13.3 -pydantic-settings>=2.14.0 +pydantic-settings>=2.14.1