From 829787d932b429b07b1425f853ccc74328bf1dd7 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 9 Jul 2026 13:32:12 -0400 Subject: [PATCH] Update renovate-config.json5 --- renovate-config.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate-config.json5 b/renovate-config.json5 index aa190006..b437deaa 100644 --- a/renovate-config.json5 +++ b/renovate-config.json5 @@ -10,6 +10,11 @@ ], "configMigration": true, // allow renovate to open PRs to update config "constraintsFiltering": "strict", // ensure dependencies are compatible with dependency constraints + // Work around pep621 strict filtering evaluating Python ranges with pep440. + // https://github.com/renovatebot/renovate/issues/44453 + "constraintsVersioning": { + "python": "python", + }, "description": "Default renovate configuration for LizardByte repositories", "dependencyDashboard": true, // Creates an issue with a "dashboard" of dependencies "dependencyDashboardLabels": [