From 522261265f5447ce43a9cae3766df1e7102e89e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 01:42:10 +0000 Subject: [PATCH] chore(deps): update python to >=3.14.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2cee378..3db8996 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "glom>=25.12.0" ] readme = "README.md" -requires-python = ">= 3.11" +requires-python = ">=3.14.3" [dependency-groups] dev = ["mypy>=1.17.1", "python-dotenv>=1.2.1", "ruff>=0.13.2"]