From 43833249422ed1c018dd31d188f6b267a9c99c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 23:09:06 +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"]