mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Release v2023.3.18
This commit is contained in:
@@ -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)
|
||||
=============================
|
||||
|
||||
|
||||
@@ -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 +0,0 @@
|
||||
Add missing spaces to the ``--keep-outdated`` flag's deprecation warning.
|
||||
@@ -1 +0,0 @@
|
||||
Use beautifulsoup4 as a dependency, not the bs4 redirect.
|
||||
@@ -1 +0,0 @@
|
||||
Show a different message for ``pipenv check`` depending on the ``--use-installed`` option.
|
||||
@@ -1 +0,0 @@
|
||||
Bump vistir to 0.8.0, requirementslib to 2.2.4.
|
||||
@@ -2,4 +2,4 @@
|
||||
# // ) ) / / // ) ) //___) ) // ) ) || / /
|
||||
# //___/ / / / //___/ / // // / / || / /
|
||||
# // / / // ((____ // / / ||/ /
|
||||
__version__ = "2023.2.19.dev0"
|
||||
__version__ = "2023.3.18"
|
||||
|
||||
Reference in New Issue
Block a user