diff --git a/news/4335.bugfix.rst b/news/4335.bugfix.rst new file mode 100644 index 00000000..8251e7ab --- /dev/null +++ b/news/4335.bugfix.rst @@ -0,0 +1 @@ +Fix a bug that Pipenv can't locate the correct file of special directives in ``setup.cfg`` of an editable package. diff --git a/news/4342.bugfix.rst b/news/4342.bugfix.rst new file mode 100644 index 00000000..d3ae0a9a --- /dev/null +++ b/news/4342.bugfix.rst @@ -0,0 +1 @@ +Fix a bug that ``setup.py`` can't be parsed correctly when the assignment is type-annotated. diff --git a/news/4385.vendor.rst b/news/4385.vendor.rst new file mode 100644 index 00000000..0cc19ef5 --- /dev/null +++ b/news/4385.vendor.rst @@ -0,0 +1 @@ +Update ``requirementslib`` to ``1.5.12``.