Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump pipenv from 2022.4.8 to 2022.8.5 in /python/helpers #5497

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2022

Bumps pipenv from 2022.4.8 to 2022.8.5.

Release notes

Sourced from pipenv's releases.

Release v2022.8.5

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2022.7.24...v2022.8.5

Release v2022.7.24

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2022.7.4...v2022.7.24

Release v2022.7.4

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2022.7.24 (2022-08-05)

Features & Improvements

  • support PIPENV_CUSTOM_VENV_NAME to be the venv name if specified, update relevant docs. [#4974](https://github.com/pypa/pipenv/issues/4974) <https://github.com/pypa/pipenv/issues/4974>_

Bug Fixes

  • Remove usages of pip_shims from the non vendored pipenv code, but retain initialization for requirementslib still has usages. [#5204](https://github.com/pypa/pipenv/issues/5204) <https://github.com/pypa/pipenv/issues/5204>_
  • Fix case sensitivity of color name red in exception when getting hashes from pypi in _get_hashes_from_pypi. [#5206](https://github.com/pypa/pipenv/issues/5206) <https://github.com/pypa/pipenv/issues/5206>_
  • Write output from subprocess_run directly to stdout instead of creating temporary file. Remove deprecated distutils.sysconfig, use sysconfig. [#5210](https://github.com/pypa/pipenv/issues/5210) <https://github.com/pypa/pipenv/issues/5210>_

Vendored Libraries

    • Rename patched notpip to pip in order to be clear that its a patched version of pip.
    • Remove the part of _post_pip_import.patch that overrode the standalone pip to be the user installed pip, now we fully rely on our vendored and patched pip, even for all types of installs.
    • Vendor in the next newest version of pip==22.2
    • Modify patch for pipdeptree to not use pip-shims [#5188](https://github.com/pypa/pipenv/issues/5188) <https://github.com/pypa/pipenv/issues/5188>_
    • Remove vendored urllib3 in favor of using it from vendored version in pip._vendor [#5215](https://github.com/pypa/pipenv/issues/5215) <https://github.com/pypa/pipenv/issues/5215>_

Removals and Deprecations

  • Remove tests that have been for a while been marked skipped and are no longer relevant. [#5165](https://github.com/pypa/pipenv/issues/5165) <https://github.com/pypa/pipenv/issues/5165>_

2022.7.24 (2022-07-24)

Bug Fixes

  • Re-enabled three installs tests again on the Windows CI as recent refactor work has fixed them. [#5064](https://github.com/pypa/pipenv/issues/5064) <https://github.com/pypa/pipenv/issues/5064>_
  • Support ANSI NO_COLOR environment variable and deprecate PIPENV_COLORBLIND variable, which will be removed after this release. [#5158](https://github.com/pypa/pipenv/issues/5158) <https://github.com/pypa/pipenv/issues/5158>_
  • Fixed edge case where a non-editable file, url or vcs would overwrite the value no_deps for all other requirements in the loop causing a retry condition. [#5164](https://github.com/pypa/pipenv/issues/5164) <https://github.com/pypa/pipenv/issues/5164>_
  • Vendor in latest requirementslib for fix to lock when using editable VCS module with specific @ git reference. [#5179](https://github.com/pypa/pipenv/issues/5179) <https://github.com/pypa/pipenv/issues/5179>_

Vendored Libraries

  • Remove crayons and replace with click.secho and click.styles per pypa/pipenv#3741 [#3741](https://github.com/pypa/pipenv/issues/3741) <https://github.com/pypa/pipenv/issues/3741>_
  • Vendor in latest version of pip==22.1.2 which upgrades pipenv from pip==22.0.4.

... (truncated)

Commits
  • b642b1f Release v2022.8.5
  • f50a12a add back release vendoring import -- unintentionally removed.
  • ca38db6 Use temp_environ in test for CUSTOM_VENV_NAME
  • ec38ae1 Add unit test, create a section about venv names
  • 7ca9377 Add new news fragment to git.
  • 1e6a057 Fix name of news fragment to be even more correct.
  • 0af7022 Correct name of news fragment to house standards.
  • badc1f4 Support PIPENV_CUSTOM_VENV_NAME from environments
  • 67e5f7c Check environment variable PIPENV_CUSTOM_VENV_NAME
  • 23f4cf3 Revert "Revert "Remove newline, add dot.""
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested a review from a team as a code owner August 8, 2022 06:01
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Aug 8, 2022
Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.4.8 to 2022.8.5.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst)
- [Commits](pypa/pipenv@v2022.4.8...v2022.8.5)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-2022.8.5 branch from 9297277 to 4666c05 Compare August 8, 2022 20:40
@pavera
Copy link
Contributor

pavera commented Aug 12, 2022

@dependabot ignore this dependency

@dependabot dependabot bot closed this Aug 12, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 12, 2022

OK, I won't notify you about pipenv again, unless you re-open this PR or update it yourself. 😢

@dependabot dependabot bot deleted the dependabot/pip/python/helpers/pipenv-2022.8.5 branch August 12, 2022 14:46
@jeffwidman jeffwidman restored the dependabot/pip/python/helpers/pipenv-2022.8.5 branch August 3, 2023 17:44
@jeffwidman jeffwidman reopened this Aug 3, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 3, 2023

Superseded by #7715.

@dependabot dependabot bot closed this Aug 3, 2023
@dependabot dependabot bot deleted the dependabot/pip/python/helpers/pipenv-2022.8.5 branch August 3, 2023 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies L: python python Dependabot pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants