Release v2023.3.18

This commit is contained in:
Matt Davis
2023-03-18 09:14:41 -04:00
parent 761a03d088
commit 2c8a292cf8
7 changed files with 21 additions and 9 deletions
+20
View File
@@ -1,3 +1,23 @@
2023.3.18 (2023-03-18)
======================
Pipenv 2023.3.18 (2023-03-18)
=============================
Features & Improvements
-----------------------
- Provide a more powerful solution than ``--keep-outdated`` and ``--selective-upgrade`` which are deprecated for removal.
Introducing the ``pipenv upgrade`` command which takes the same package specifiers as ``pipenv install`` and
updates the ``Pipfile`` and ``Pipfile.lock`` with a valid lock resolution that only effects the specified packages and their dependencies.
Additionally, the ``pipenv update`` command has been updated to use the ``pipenv upgrade`` routine when packages are provided, which will install sync the new lock file as well. `#5617 <https://github.com/pypa/pipenv/issues/5617>`_
Vendored Libraries
------------------
- Bump vistir to 0.8.0, requirementslib to 2.2.4. `#5635 <https://github.com/pypa/pipenv/issues/5635>`_
2023.2.18 (2023-02-18)
=============================
-4
View File
@@ -1,4 +0,0 @@
Provide a more powerful solution than ``--keep-outdated`` and ``--selective-upgrade`` which are deprecated for removal.
Introducing the ``pipenv upgrade`` command which takes the same package specifiers as ``pipenv install`` and
updates the ``Pipfile`` and ``Pipfile.lock`` with a valid lock resolution that only effects the specified packages and their dependencies.
Additionally, the ``pipenv update`` command has been updated to use the ``pipenv upgrade`` routine when packages are provided, which will install sync the new lock file as well.
-1
View File
@@ -1 +0,0 @@
Add missing spaces to the ``--keep-outdated`` flag's deprecation warning.
-1
View File
@@ -1 +0,0 @@
Use beautifulsoup4 as a dependency, not the bs4 redirect.
-1
View File
@@ -1 +0,0 @@
Show a different message for ``pipenv check`` depending on the ``--use-installed`` option.
-1
View File
@@ -1 +0,0 @@
Bump vistir to 0.8.0, requirementslib to 2.2.4.
+1 -1
View File
@@ -2,4 +2,4 @@
# // ) ) / / // ) ) //___) ) // ) ) || / /
# //___/ / / / //___/ / // // / / || / /
# // / / // ((____ // / / ||/ /
__version__ = "2023.2.19.dev0"
__version__ = "2023.3.18"