Skip to content

Bump pipenv from 2024.0.1 to 2024.0.2#38

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pipenv-2024.0.2
Closed

Bump pipenv from 2024.0.1 to 2024.0.2#38
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pipenv-2024.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps pipenv from 2024.0.1 to 2024.0.2.

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

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>_
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 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)

Bumps [pipenv](https://github.com/pypa/pipenv) from 2024.0.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@v2024.0.1...v2024.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2024
@github-actions
Copy link
Copy Markdown

Markdown Lint

1 tests  ±0   1 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 242a0a1. ± Comparison against base commit aeb1a63.

@github-actions
Copy link
Copy Markdown

Helm Test

1 tests  ±0   1 ✅ ±0   0s ⏱️ ±0s
1 suites ±0   0 💤 ±0 
1 files   ±0   0 ❌ ±0 

Results for commit 242a0a1. ± Comparison against base commit aeb1a63.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #39.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/pip/pipenv-2024.0.2 branch September 30, 2024 01:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants