Skip to content

Commit

Permalink
Merge pull request #6055 from pypa/vendor-bump-pipdeptree
Browse files Browse the repository at this point in the history
Vendor bump pipdeptree
  • Loading branch information
matteius authored Jan 22, 2024
2 parents cdaaa30 + abefb15 commit 9217384
Show file tree
Hide file tree
Showing 22 changed files with 1,430 additions and 1,097 deletions.
1 change: 1 addition & 0 deletions news/6055.vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump version of pipdeptree to 0.13.2
2 changes: 1 addition & 1 deletion pipenv/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ def _get_requirements_for_package(cls, node, key_tree, parent=None, chain=None):
def get_package_requirements(self, pkg=None):
from itertools import chain

from pipenv.vendor.pipdeptree import PackageDAG
from pipenv.vendor.pipdeptree._models import PackageDAG

flatten = chain.from_iterable

Expand Down
Loading

0 comments on commit 9217384

Please sign in to comment.