Skip to content

Commit

Permalink
Merge branch 'pypa:main' into issue-5572
Browse files Browse the repository at this point in the history
  • Loading branch information
kalebmckale authored Mar 19, 2023
2 parents 845fa6e + 6ce40e9 commit b498d35
Show file tree
Hide file tree
Showing 43 changed files with 1,594 additions and 1,729 deletions.
83 changes: 41 additions & 42 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
2023.2.18 (2023-02-18)
2023.3.20 (2023-03-19)
======================
Pipenv 2023.3.20 (2023-03-19)
=============================


No significant changes.


2023.3.18 (2023-03-19)
======================
Pipenv 2023.2.18 (2023-02-18)
Pipenv 2023.3.18 (2023-03-19)
=============================


Bug Fixes
---------

- Fix import error in virtualenv utility for creating new environments caused by ``2023.3.18`` release. `#5636 <https://github.com/pypa/pipenv/issues/5636>`_


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)
=============================


Expand Down Expand Up @@ -32,8 +71,6 @@ Improved Documentation


2023.2.4 (2023-02-04)
=====================
Pipenv 2023.2.4 (2023-02-04)
============================


Expand All @@ -51,8 +88,6 @@ Removals and Deprecations


2022.12.19 (2022-12-19)
=======================
Pipenv 2022.12.19 (2022-12-19)
==============================


Expand All @@ -63,8 +98,6 @@ Bug Fixes


2022.12.17 (2022-12-17)
=======================
Pipenv 2022.12.17 (2022-12-17)
==============================


Expand All @@ -89,8 +122,6 @@ Vendored Libraries


2022.11.30 (2022-11-30)
=======================
Pipenv 2022.11.30 (2022-11-30)
==============================


Expand All @@ -101,8 +132,6 @@ Bug Fixes


2022.11.25 (2022-11-24)
=======================
Pipenv 2022.11.25 (2022-11-24)
==============================


Expand All @@ -113,8 +142,6 @@ Bug Fixes


2022.11.24 (2022-11-24)
=======================
Pipenv 2022.11.24 (2022-11-24)
==============================


Expand All @@ -125,8 +152,6 @@ Bug Fixes


2022.11.23 (2022-11-23)
=======================
Pipenv 2022.11.23 (2022-11-23)
==============================


Expand All @@ -151,8 +176,6 @@ Vendored Libraries


2022.11.11 (2022-11-11)
=======================
Pipenv 2022.11.11 (2022-11-11)
==============================


Expand All @@ -163,8 +186,6 @@ Bug Fixes


2022.11.5 (2022-11-05)
======================
Pipenv 2022.11.5 (2022-11-05)
=============================


Expand All @@ -175,8 +196,6 @@ Bug Fixes


2022.11.4 (2022-11-04)
======================
Pipenv 2022.11.4 (2022-11-04)
=============================


Expand All @@ -200,8 +219,6 @@ Vendored Libraries


2022.10.25 (2022-10-25)
=======================
Pipenv 2022.10.25 (2022-10-25)
==============================


Expand All @@ -222,8 +239,6 @@ Removals and Deprecations


2022.10.12 (2022-10-12)
=======================
Pipenv 2022.10.12 (2022-10-12)
==============================


Expand All @@ -234,8 +249,6 @@ Improved Documentation


2022.10.11 (2022-10-11)
=======================
Pipenv 2022.10.11 (2022-10-11)
==============================


Expand All @@ -246,8 +259,6 @@ Bug Fixes


2022.10.10 (2022-10-10)
=======================
Pipenv 2022.10.10 (2022-10-10)
==============================


Expand All @@ -264,8 +275,6 @@ Bug Fixes


2022.10.9 (2022-10-09)
======================
Pipenv 2022.10.9 (2022-10-09)
=============================


Expand All @@ -281,8 +290,6 @@ Relates to dev process changes


2022.10.4 (2022-10-04)
======================
Pipenv 2022.10.4 (2022-10-04)
=============================


Expand All @@ -299,8 +306,6 @@ Vendored Libraries


2022.9.24 (2022-09-24)
======================
Pipenv 2022.9.24 (2022-09-24)
=============================


Expand All @@ -311,8 +316,6 @@ Bug Fixes


2022.9.21 (2022-09-21)
======================
Pipenv 2022.9.21 (2022-09-21)
=============================


Expand All @@ -323,8 +326,6 @@ Bug Fixes


2022.9.20 (2022-09-20)
======================
Pipenv 2022.9.20 (2022-09-20)
=============================


Expand Down Expand Up @@ -361,8 +362,6 @@ Vendored Libraries


2022.9.8 (2022-09-08)
=====================
Pipenv 2022.9.8 (2022-09-08)
============================


Expand Down
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ gunicorn = {version = "*", markers="sys_platform == 'linux'"}
parse = "*"
importlib-metadata = {version = "*", markers="python_version < '3.8'"}
colorama= {version = "*", markers="sys_platform == 'win32'"}
myst-parser = {extras = ["linkify"], version = "*"}
invoke = "==2.0.0"
exceptiongroup = "==1.1.0"
tomli = "*"

[packages]
pytz = "*"

[scripts]
tests = "bash ./run-tests.sh"
Expand Down
Loading

0 comments on commit b498d35

Please sign in to comment.