pip requirements.txt: replacementVersion error without version specifier #33771
Labels
priority-4-low
Low priority, unlikely to be done unless it becomes important to more people
type:bug
Bug fix of existing functionality
Discussed in #33652
Originally posted by Wurstnase January 16, 2025
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
"renovateVersion": "39.113.0"
Please tell us more about your question or problem
I try to replace a package in a requirements.txt file. Without a version specifier, e.g.
==
, it will fail because it will concat the replacementName with the replacementVersion without a version specifier.Please check the following minimal to reproduce: https://github.com/Wurstnase/renovate_replacement
Logs (if relevant)
Logs
Reproduction forked to https://github.com/renovate-reproductions/33652
The text was updated successfully, but these errors were encountered: