Replies: 1 comment
-
I have an idea. My deps include |
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.
-
When I
pipenv upgrade my_dependency==1.2.3
thenpipenv lock
on my own machine, using Python 3.12.10 and various versions of Pipenv (including 2024.4.1 and 2025.0.1), it works. It works locally.But when it's run with the Renovate Bot https://github.com/renovatebot/renovate, I see this "ResolutionFailure" error.
Any thoughts on what I can do to resolve this issue? I assume it's an environment thing, but I've tried to make sure the version of Python and of Pyenv are exactly the same.
Beta Was this translation helpful? Give feedback.
All reactions