-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Issue description
In my package A I depend on package B, package A has package B pinned at version 1.3.0, when I try to upgrade package B to version 1.3.1 i get CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install <package B> because these package versions have conflicting dependencies.
But when i check the diff between package B 1.3.0 and 1.3.1 there are no changes to dependencies.
Package B is managed with poetry and has a Poetry.lock file, and package A is managed with pipenv with a Pipfile and Pipfile.lock
Expected result
I expect to be able to upgrade package B in my package A codebase without dependency resolution errors
Actual result
CRITICAL:pipenv.patched.pip._internal.resolution.resolvelib.factory:Cannot install <package B> because these package versions have conflicting dependencies.