From faedf736a158d4d03b20847d8dfa52a21341e86b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:33:38 +0000 Subject: [PATCH] chore(deps): update python to >=3.14.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de17bb5..c9260cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "glom>=25.12.0", ] readme = "README.md" -requires-python = ">= 3.13" +requires-python = ">=3.14.6" [dependency-groups] dev = ["mypy>=1.19.1", "python-dotenv>=1.2.2", "ruff>=0.15.7"]