From 83f154732f62ed5eeadb82899fb0c1de277f4c11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 11:14:49 +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.1...v2.14.2) --- updated-dependencies: - dependency-name: pydantic-settings dependency-version: 2.14.2 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 ad2e35d..04bd66f 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.1 +pydantic-settings>=2.14.2