Rollback the change in version of colorama due to regressions in core functionality. [#5459](https://github.com/pypa/pipenv/issues/5459) <https://github.com/pypa/pipenv/issues/5459>_
2022.11.4 (2022-11-04)
Pipenv 2022.11.4 (2022-11-04)
Features & Improvements
Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value. [#5451](https://github.com/pypa/pipenv/issues/5451) <https://github.com/pypa/pipenv/issues/5451>_
Bug Fixes
Provide an install iteration per index when install_search_all_sources is false (default behavior).
This fixes regression where install phase was using unexpected index after updating pip==22.3[#5444](https://github.com/pypa/pipenv/issues/5444) <https://github.com/pypa/pipenv/issues/5444>_
Vendored Libraries
Drop tomli, which is not used anymore.
Bump attrs version see #5449.
Drop distlib, colorama and platformdirs - use the ones from pip.vendor. [#5450](https://github.com/pypa/pipenv/issues/5450) <https://github.com/pypa/pipenv/issues/5450>
2022.10.25 (2022-10-25)
Pipenv 2022.10.25 (2022-10-25)
Features & Improvements
Add support to export requirements file for a specified set of categories. [#5431](https://github.com/pypa/pipenv/issues/5431) <https://github.com/pypa/pipenv/issues/5431>_
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Updates the requirements on pipenv to permit the latest version.
Release notes
Sourced from pipenv's releases.
Changelog
Sourced from pipenv's changelog.
... (truncated)
Commits
137abbd
Release v2022.11.5e3c999f
Roll back change vendoring of colorama. (#5460)71277e4
Bumped version.9297261
Release v2022.11.45142bbd
Merge pull request #5450 from pypa/more-vendor-clean-up678cb1f
Merge pull request #5448 from pypa/issue-5444ecb969b
Merge branch 'main' into issue-5444e8e391f
Merge branch 'main' into more-vendor-clean-up6f88313
CI: pin python version for vendoring2049648
Pin vendoring Python version to 3.10Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)