From 2923c0269ed7a885bc1e25ceaf5a36bfc6da8da2 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 22 Jul 2026 16:51:02 -0400 Subject: [PATCH 1/2] Pin pyproject.toml to 3.14 and refresh locks --- pyproject.toml | 2 +- renovate.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 679d337..c9b8341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "python-lambda-template" version = "2.0.0" -requires-python = ">=3.14" +requires-python = ">=3.14,<3.15" dependencies = [ "python-dotenv>=1.2.2", diff --git a/renovate.json b/renovate.json index cf20606..c5ef544 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ "local>MITLibraries/renovate-config" ], "constraintsFiltering": "strict", - "lockFileMaintenance": false, + "lockFileMaintenance": true, "packageRules": [ { "matchPackageNames": [ From f83227866c18a9ca919a07f0ab645cfffede179d Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Wed, 22 Jul 2026 17:08:30 -0400 Subject: [PATCH 2/2] Update renovate.json --- renovate.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index c5ef544..72068c5 100644 --- a/renovate.json +++ b/renovate.json @@ -1,11 +1,19 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "$schema": "https://renovatebot.com", "extends": [ "local>MITLibraries/renovate-config" ], "constraintsFiltering": "strict", - "lockFileMaintenance": true, + "lockFileMaintenance": { + "enabled": false + }, "packageRules": [ + { + "matchManagers": [ + "pep621" + ], + "rangeStrategy": "pin" + }, { "matchPackageNames": [ "python"