Skip to content

Commit 3acad96

Browse files
committed
Fix piptools patch typo
Signed-off-by: Dan Ryan <[email protected]>
1 parent df0eabf commit 3acad96

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

pipenv/vendor/requirementslib/models/lockfile.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,6 @@ def get_requirements(self, dev=True, only=False):
264264
"""Produces a generator which generates requirements from the desired section.
265265
266266
:param bool dev: Indicates whether to use dev requirements, defaults to False
267-
:param bool only: When dev is True, indicates whether to use *only* dev
268-
requirements, defaults to False
269267
:return: Requirements from the relevant the relevant pipfile
270268
:rtype: :class:`~requirementslib.models.requirements.Requirement`
271269
"""

pipenv/vendor/vistir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .path import create_tracked_tempdir, create_tracked_tempfile, mkdir_p, rmtree
3737
from .spin import create_spinner
3838

39-
__version__ = "0.5.1"
39+
__version__ = "0.5.2"
4040

4141

4242
__all__ = [

tasks/vendoring/patches/patched/piptools.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ index ef5ba4e..b96acf6 100644
510510
+ map(lambda c: self._hash_cache.get_hash(c.link), matching_candidates)
511511
+ if h is not None
512512
+ }
513-
+ return result
513+
+ return result
514514

515515
- # Iterate over the chosen context manager
516516
- with context_manager as bar:

0 commit comments

Comments
 (0)