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 the pipenv group in /python/helpers with 1 update #9032

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2024

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

Updates pipenv from 2023.11.17 to 2023.12.1

Release notes

Sourced from pipenv's releases.

Release v2023.12.1

What's Changed

Full Changelog: pypa/pipenv@v2023.12.0...v2023.12.1

Release v2023.12.0

What's Changed

Full Changelog: pypa/pipenv@v2023.11.17...v2023.12.0

Changelog

Sourced from pipenv's changelog.

2023.12.1 (2024-02-04)

Pipenv 2023.12.1 (2024-02-04)

Bug Fixes

  • Remove debug print statements that should not have made it into the last release. [#6079](https://github.com/pypa/pipenv/issues/6079) <https://github.com/pypa/pipenv/issues/6079>_ 2023.12.0 (2024-02-01) ====================== Pipenv 2023.12.0 (2024-02-01) =============================

Bug Fixes

  • Removal of pydantic from pythonfinder and pipenv; reduced complexity of pythonfinder pathlib usage (avoid posix conversions). [#6065](https://github.com/pypa/pipenv/issues/6065) <https://github.com/pypa/pipenv/issues/6065>_
  • Adjusted logic which assumed any file, path or VCS install should be considered editable. Instead relies on the user specified editable flag to mark requirement as editable install. [#6069](https://github.com/pypa/pipenv/issues/6069) <https://github.com/pypa/pipenv/issues/6069>_
  • Remove logic that treats CI variable to use do_run_nt shell logic, as the original reasons for that patch were no longer valid. [#6072](https://github.com/pypa/pipenv/issues/6072) <https://github.com/pypa/pipenv/issues/6072>_
Commits
  • 80363b9 Release v2023.12.1
  • c69d3ba Bumped version to 2023.12.1.
  • ddf548c Add news
  • 686ad95 remove debug print statements that should not have made it into the last rele...
  • d4483dd Release v2023.12.0
  • e26edd5 Bumped version to 2023.12.0.
  • 23dbe27 Only editable entry should trigger editable installs (#6069)
  • 15149f0 Remove forcing CI code path to use nt shell code path (#6072)
  • 95df3fd Convert from pydantic to vanilla dataclasses (includes pythonfinder 2.1.0) (#...
  • 2bd7eab Fix release CI step for next release
  • See full diff in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot requested a review from a team as a code owner February 11, 2024 16:24
@dependabot dependabot bot added dependencies python Dependabot pull requests that update Python code labels Feb 11, 2024
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch from 065121f to 5ab438c Compare February 18, 2024 16:26
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch 2 times, most recently from 663da67 to 52950ab Compare March 3, 2024 16:12
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch from 52950ab to 6792517 Compare March 10, 2024 16:32
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch 2 times, most recently from c2037a0 to f1f2de1 Compare March 22, 2024 19:45
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch from f1f2de1 to 0aa57a8 Compare March 31, 2024 16:13
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch from 0aa57a8 to c4c97f4 Compare April 7, 2024 16:38
@dependabot dependabot bot force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch from c4c97f4 to ef6baa7 Compare April 14, 2024 16:39
Copy link
Collaborator

@GarryHurleyJr GarryHurleyJr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Major version change in pipenv. May allow newer versions of python modules to be included.

Bumps the pipenv group in /python/helpers with 1 update: [pipenv](https://github.com/pypa/pipenv).


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

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

Signed-off-by: dependabot[bot] <support@github.com>
@mohammadalizabihitari mohammadalizabihitari force-pushed the dependabot/pip/python/helpers/pipenv-207498f43b branch from ef6baa7 to cdd310f Compare April 19, 2024 15:06
@mohammadalizabihitari mohammadalizabihitari merged commit 3ec1bf9 into main Apr 19, 2024
59 checks passed
@mohammadalizabihitari mohammadalizabihitari deleted the dependabot/pip/python/helpers/pipenv-207498f43b branch April 19, 2024 15:37
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.

None yet

2 participants