Skip to content

Commit 1dc28bd

Browse files
committed
Release v2024.4.0
1 parent d77bf2d commit 1dc28bd

File tree

7 files changed

+26
-13
lines changed

7 files changed

+26
-13
lines changed

Diff for: CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
2024.2.0 (2024-11-05)
2+
=====================
3+
Pipenv 2024.2.0 (2024-11-05)
4+
============================
5+
6+
7+
Bug Fixes
8+
---------
9+
10+
- Fix regression where ``--skip-lock --dev`` was incorrectly searching Lockfile categories ("default", "develop") instead of Pipfile categories ("packages", "dev-packages"), causing packages to not be found. `#6304 <https://github.com/pypa/pipenv/issues/6304>`_
11+
- Fix issue where pipenv install would unintentionally upgrade packages that had wildcard (*) specifiers in the Pipfile, even when locked versions existed and no upgrade was requested. `#6306 <https://github.com/pypa/pipenv/issues/6306>`_
12+
- Fix issue where modules could not be found `#6307 <https://github.com/pypa/pipenv/issues/6307>`_
13+
14+
Vendored Libraries
15+
------------------
16+
17+
- Vendor in ``pip==24.3.1``. `#6292 <https://github.com/pypa/pipenv/issues/6292>`_
18+
- Vendoring
19+
---------
20+
* Update vendored dependencies:
21+
- importlib-metadata from 8.4.0 to 8.5.0
22+
- packaging from 24.0 to 24.1
23+
- tomli from 2.0.1 to 2.0.2
24+
- tomlkit from 0.12.4 to 0.13.2
25+
- zipp from 3.18.1 to 3.20.2 `#6293 <https://github.com/pypa/pipenv/issues/6293>`_
126
2024.3.1 (2024-10-30)
227
=====================
328

Diff for: news/6292.vendor.rst

-1
This file was deleted.

Diff for: news/6293.vendor.rst

-8
This file was deleted.

Diff for: news/6304.bugfix.rst

-1
This file was deleted.

Diff for: news/6306.bugfix.rst

-1
This file was deleted.

Diff for: news/6307.bugfix.rst

-1
This file was deleted.

Diff for: pipenv/pipenv.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "PIPENV" "1" "Oct 30, 2024" "2024.3.1" "pipenv"
30+
.TH "PIPENV" "1" "Nov 05, 2024" "2024.4.0" "pipenv"
3131
.sp
3232
\fBNOTE:\fP
3333
.INDENT 0.0

0 commit comments

Comments
 (0)