Skip to content

Commit 9c986eb

Browse files
authored
Followup plette update: run vendoring script + news fragment (#5394)
* run vendoring script. * Add news fragment.
1 parent 6b8b74f commit 9c986eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

news/5394.bugfix.rst

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fixes regression from ``2022.10.9`` where ``Pipfile`` with ``pipenv`` section began generating new hash,
2+
and also fix regression where lock phase did not update the hash value.

pipenv/vendor/plette/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Lockfile", "Pipfile",
44
]
55

6-
__version__ = '0.4.0'
6+
__version__ = '0.4.1'
77

88
from .lockfiles import Lockfile
99
from .pipfiles import Pipfile

0 commit comments

Comments
 (0)