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.1 in /python/helpers in the pipenv group across 1 directory #10017

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2024

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

Updates pipenv from 2023.12.1 to 2024.0.1

Release notes

Sourced from pipenv's releases.

Release v2024.0.1

What's Changed

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

Release v2024.0.0

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2023.12.1...v2024.0.0

Changelog

Sourced from pipenv's changelog.

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>_
  • The pipenv requirements subcommand now supports the --from-pipfile flag. When this flag is used, the requirements file will only include the packages explicitly listed in the Pipfile, excluding any sub-packages. [#6156](https://github.com/pypa/pipenv/issues/6156) <https://github.com/pypa/pipenv/issues/6156>_

Behavior Changes

  • pipenv==3000.0.0 denotes the first major release of our semver strategy. As much requested, the install no longer does a complete lock operation. Instead install follows the same code path as pipenv update (which is upgrade + sync). This is what most new users expect the behavior to be; it is a behavioral change, a necessary one to make the tool more usable. Remember that complete lock resolution can be invoked with pipenv lock just as before. [#6098](https://github.com/pypa/pipenv/issues/6098) <https://github.com/pypa/pipenv/issues/6098>_

Bug Fixes

  • Fix a bug that passes pipenv check command if Pipfile.lock not exist [#6126](https://github.com/pypa/pipenv/issues/6126) <https://github.com/pypa/pipenv/issues/6126>_
  • Fix a bug that vcs subdependencies were locked without their subdirectory fragment if they had one [#6136](https://github.com/pypa/pipenv/issues/6136) <https://github.com/pypa/pipenv/issues/6136>_
  • pipenv converts off pkg_resources API usages. This necessitated also vendoring in:
    • latest pipdeptree==2.18.1 which also converted off pkg_resources
    • importlib-metadata==7.1.0 to continue supporting python 3.8 and 3.9
    • packaging==24.0 since the packaging we were utilizing in pip's vendor was insufficient for this conversion. [#6139](https://github.com/pypa/pipenv/issues/6139) <https://github.com/pypa/pipenv/issues/6139>
  • Pipenv only supports absolute python version. If the user specifies a Python version with inequality signs like >=3.12, `_

Vendored Libraries

  • Vendor in pip==24.0 [#6117](https://github.com/pypa/pipenv/issues/6117) <https://github.com/pypa/pipenv/issues/6117>_
  • Spring 2024 Vendoring includes:
    • click-didyoumean==0.3.1
    • expect==4.9.0
    • pipdeptree==2.16.2
    • python-dotenv==1.0.1
    • ruamel.yaml==0.18.6

... (truncated)

Commits
  • 7493d18 Release v2024.0.1
  • cf9a336 Bumped version to 2024.0.1.
  • 52f7b09 Update plette to version 2.1.0
  • 0618fab Prepare actually for 2024.0.0 release after peer feedback.
  • fd76351 Release v2024.0.0
  • 878d7c4 Bumped version to 2024.0.0.
  • a84ecd3 Release v3000.0.0
  • 0cee88e Bumped version to 3000.0.0.
  • 2c04a63 Remove secho from pipenv.utils.shell
  • 6abb08c Merge pull request #6164 from sanspareilsmyn/handle-unspecified-python-version
  • 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 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 added dependencies python Dependabot pull requests that update Python code labels Jun 16, 2024
@dependabot dependabot bot requested a review from a team as a code owner June 16, 2024 16:41
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from bba888a to e59677c Compare June 18, 2024 20:30
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from e59677c to 3689b8b Compare June 20, 2024 19:33
@kbukum1
Copy link
Contributor

kbukum1 commented Jun 26, 2024

@dependabot rebase

1 similar comment
@kbukum1
Copy link
Contributor

kbukum1 commented Jun 28, 2024

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from 3689b8b to dff114b Compare July 14, 2024 16:19
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from dff114b to 1b04c74 Compare July 21, 2024 16:54
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch 2 times, most recently from b1170b5 to ff1ae75 Compare August 11, 2024 16:53
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from ff1ae75 to 8465e04 Compare August 18, 2024 16:14
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from 8465e04 to 16e6b18 Compare August 25, 2024 16:47
@sachin-sandhu
Copy link
Contributor

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch 2 times, most recently from e62e4e7 to 0908b6d Compare September 1, 2024 16:42
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.1
- [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.1)

---
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]>
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch from 0908b6d to 1c18859 Compare September 8, 2024 16:08
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2024

Superseded by #10609.

@dependabot dependabot bot closed this Sep 15, 2024
@dependabot dependabot bot deleted the dependabot/pip/python/helpers/pipenv-e790c71bd1 branch September 15, 2024 16:24
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