Skip to content

chore: fix requirements pep440 syntax - #18348

Merged
ohmayr merged 4 commits into
mainfrom
fix-requirements-pep440-syntax
Sep 11, 2026
Merged

ohmayr merged 4 commits into
mainfrom
fix-requirements-pep440-syntax

Conversation

@ohmayr

@ohmayr ohmayr commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Renovate's PEP440 parser flags === (arbitrary equality) as an unsupported range error (TypeError: PEP440 arbitrary equality (===) not supported), surfacing a WARN: Unexpected range error section on the repository's Dependency Dashboard. Replacing legacy === typos with standard == specifiers fixes PEP440 parser compatibility and cleans up the Dependency Dashboard warnings.

Towards: b/557105840

@ohmayr ohmayr changed the title Fix requirements pep440 syntax chore: fix requirements pep440 syntax Sep 11, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request fixes invalid dependency specification operators (changing === to ==) across multiple sample requirements files. Additionally, it updates the Renovate configuration in renovate.json to extend config:recommended instead of config:base and removes the weekly schedule. The reviewer recommends retaining the schedule:weekly preset in renovate.json to prevent excessive PR noise and high CI/CD load from continuous Renovate runs.

Comment thread renovate.json Outdated
@ohmayr
ohmayr marked this pull request as ready for review September 11, 2026 12:42
@ohmayr
ohmayr requested review from a team as code owners September 11, 2026 12:42
@ohmayr
ohmayr requested review from sindhuvy and removed request for a team September 11, 2026 12:42
@ohmayr ohmayr closed this Sep 11, 2026
@ohmayr ohmayr reopened this Sep 11, 2026
@ohmayr
ohmayr merged commit f40cf77 into main Sep 11, 2026
50 checks passed
@ohmayr
ohmayr deleted the fix-requirements-pep440-syntax branch September 11, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants