From 68b8f9e03c53c7ea6fca655dca77d9bd2fee4e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:15:20 +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.2...v2.15.0) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.15.0 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 58c0d64..601aedb 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.4 -pydantic-settings>=2.14.2 +pydantic-settings>=2.15.0