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

Bump pipenv from 2023.12.1 to 2024.0.2 in /python/helpers in the pipenv group across 1 directory #10609

Merged
merged 4 commits into from
Sep 19, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2024

Preface: Bumps the pipenv group with 1 update in the /python/helpers directory: pipenv.

Updates pipenv from 2023.12.1 to 2024.0.2

Issue: Pipenv automatically creates and manages a virtualenv for your projects, as well as adds/removes packages from your Pipfile as you install/uninstall packages. pipenv upgrade from 2023.12.1 has a new check in place where it expects the pip file to have a valid verify_ssl entry. The exception thrown by pip is as following:

 cls.item_class.validate(d)
         File "/usr/local/.pyenv/versions/3.12.5/lib/python3.12/site-packages/plette/models/base.py", line 42, in validate
           raise DataValidationError(f"Missing required field: {k}")
       plette.models.base.DataValidationError: Missing required field: verify_ssl

We generate a pipfile for pipenv so that pipenv can create/manage virtualenv. Current implementation, while creating a new pipfile , does not take in account the verify_ssl settings of provided pipfile.

Fix: Implements a new function update_ssl_requirement that creates a new entry for verify_ssl inside the generated pipfile .

Release notes

Sourced from pipenv's releases.

Release v2024.0.2

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2024.0.1...v2024.0.2

Release v2024.0.1

What's Changed

Full Changelog: pypa/pipenv@v2024.0.0...v2024.0.1

Release v2024.0.0

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2024.0.2 (2024-09-13)

Pipenv 2024.0.2 (2024-09-13)

Features & Improvements

  • Initial support for python3.13 [#6240](https://github.com/pypa/pipenv/issues/6240) <https://github.com/pypa/pipenv/issues/6240>_

Bug Fixes

  • Fix bump version in CI/CD pipeline [#6177](https://github.com/pypa/pipenv/issues/6177) <https://github.com/pypa/pipenv/issues/6177>_
  • Swap old_version and new_version in pipenv update --outdated output. [#6179](https://github.com/pypa/pipenv/issues/6179) <https://github.com/pypa/pipenv/issues/6179>_
  • Update shell detection to only check the end of the command used. [#6197](https://github.com/pypa/pipenv/issues/6197) <https://github.com/pypa/pipenv/issues/6197>_
  • Fix loading dot env twice #6198 [#6202](https://github.com/pypa/pipenv/issues/6202) <https://github.com/pypa/pipenv/issues/6202>_
  • Solve issue with quiet lock not writing the lock file #6207. [#6207](https://github.com/pypa/pipenv/issues/6207) <https://github.com/pypa/pipenv/issues/6207>_
  • Fix regression introduced with the "smarter uninstall" PR. Uninstall --all should not clear the Pipfile entries. [#6209](https://github.com/pypa/pipenv/issues/6209) <https://github.com/pypa/pipenv/issues/6209>_
  • Fixed regression where all local file installations were incorrectly treated as editable. Ensure that local file installations are explicitly marked as editable in both Pipfile and Pipfile.lock entries if editable installation is desired. [#6222](https://github.com/pypa/pipenv/issues/6222) <https://github.com/pypa/pipenv/issues/6222>_
  • Corrected behavior of pipenv install --skip-lock after behavioral install refactor introduced regression. No Pipfile.lock is generated with this fix and installation of vcs no longer fails with revision missing error. [#6225](https://github.com/pypa/pipenv/issues/6225) <https://github.com/pypa/pipenv/issues/6225>_
  • Fix for Windows on ARM missing distlib binaries in pyproject.toml [#6240](https://github.com/pypa/pipenv/issues/6240) <https://github.com/pypa/pipenv/issues/6240>_

Vendored Libraries

  • Clean up usage of click styling from exceptions, shell and virtualenv [#6178](https://github.com/pypa/pipenv/issues/6178) <https://github.com/pypa/pipenv/issues/6178>_
  • Remove click.echo from pipenv/cli [#6182](https://github.com/pypa/pipenv/issues/6182) <https://github.com/pypa/pipenv/issues/6182>_
  • Remove click.echo from exceptions.py [#6216](https://github.com/pypa/pipenv/issues/6216) <https://github.com/pypa/pipenv/issues/6216>_
  • Update importlib-metadata to 8.4.0 [#6235](https://github.com/pypa/pipenv/issues/6235) <https://github.com/pypa/pipenv/issues/6235>_ 2024.0.1 (2024-06-11) ===================== Pipenv 2024.0.1 (2024-06-11) ============================

No significant changes.

2024.0.0 (2024-06-06)

Pipenv 2024.0.0 (2024-06-06)

Features & Improvements

  • Supply any --extra-pip-args also in the resolver steps. [#6006](https://github.com/pypa/pipenv/issues/6006) <https://github.com/pypa/pipenv/issues/6006>_
  • The uninstall command now does the inverse of upgrade which means it no longer invokes a full lock cycle which was problematic for projects with many dependencies. [#6029](https://github.com/pypa/pipenv/issues/6029) <https://github.com/pypa/pipenv/issues/6029>_

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner September 15, 2024 16:24
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Sep 15, 2024
@sachin-sandhu sachin-sandhu force-pushed the dependabot/pip/python/helpers/pipenv-52623dde4c branch from 6ad02e6 to 8d9af03 Compare September 17, 2024 16:06
@sachin-sandhu
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 17, 2024

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@sachin-sandhu
Copy link
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-52623dde4c branch from 8d9af03 to de4b0a4 Compare September 17, 2024 16:19
@sachin-sandhu sachin-sandhu self-assigned this Sep 19, 2024
@sachin-sandhu sachin-sandhu marked this pull request as draft September 19, 2024 12:51
@sachin-sandhu sachin-sandhu marked this pull request as ready for review September 19, 2024 13:49
dependabot bot and others added 4 commits September 19, 2024 11:28
Bumps the pipenv group with 1 update in the /python/helpers directory: [pipenv](https://github.com/pypa/pipenv).


Updates `pipenv` from 2023.12.1 to 2024.0.2
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.md)
- [Commits](pypa/pipenv@v2023.12.1...v2024.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
@sachin-sandhu sachin-sandhu force-pushed the dependabot/pip/python/helpers/pipenv-52623dde4c branch from ff3df7c to b873629 Compare September 19, 2024 15:28
@sachin-sandhu sachin-sandhu merged commit 9974bc4 into main Sep 19, 2024
59 checks passed
@sachin-sandhu sachin-sandhu deleted the dependabot/pip/python/helpers/pipenv-52623dde4c branch September 19, 2024 16:52
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