Versions not picked up correctly from requirements.in when using pip-compile #39607
Unanswered
danielgblanco
asked this question in
Request Help
Replies: 1 comment
-
|
I managed to make it work with the following |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
A Mend.io-hosted app
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
42.26.4
Please tell us more about your question or problem
I'm running Renovate locally to test some changes on a branch, with the following config (not committed to repo)
When I run this, it seems to work but when I was testing this with what I would PR to be raised, it didn't show anything in the logs. Looking through DEBUG logs I saw the problem below, where the value of this dependency is taken as
==1.104.0so it skips it.Later on in the logs I see the second part I see that the value is different from the versions on the
pip-compileoutput. Is that expected?Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions