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 2023.6.18 to 2023.7.23 #215

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps pipenv from 2023.6.18 to 2023.7.23.

Release notes

Sourced from pipenv's releases.

Release v2023.7.23

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2023.7.11...v2023.7.23

Release v2023.7.11

What's Changed

Full Changelog: pypa/pipenv@v2023.7.9...v2023.7.11

Release v2023.7.9

What's Changed

Full Changelog: pypa/pipenv@v2023.7.4...v2023.7.9

Release v2023.7.4

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2023.7.3...v2023.7.4

Release v2023.7.3

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2023.7.23 (2023-07-23)

Pipenv 2023.7.23 (2023-07-23)

Features & Improvements

  • Upgrades pip==23.2 which includes everything from the pip changelog. Drops the "install_compatatability_finder" pip internals patch. [#5808](https://github.com/pypa/pipenv/issues/5808) <https://github.com/pypa/pipenv/issues/5808>_

Bug Fixes

  • Fix issue parsing some Pipfiles with separate packages. sections (tomlkit OutOfOrderTableProxy) [#5794](https://github.com/pypa/pipenv/issues/5794) <https://github.com/pypa/pipenv/issues/5794>_
  • Fix all ruff linter warnings [#5807](https://github.com/pypa/pipenv/issues/5807) <https://github.com/pypa/pipenv/issues/5807>_
  • Restore running Resolver in sub-process using the project python by default; maintains ability to run directly by setting PIPENV_RESOLVER_PARENT_PYTHON environment variable to 1 (useful for internal debugging). [#5809](https://github.com/pypa/pipenv/issues/5809) <https://github.com/pypa/pipenv/issues/5809>_
  • Fix error when a Windows path begins with a '' with pythonfinder==2.0.5. [#5812](https://github.com/pypa/pipenv/issues/5812) <https://github.com/pypa/pipenv/issues/5812>_

Vendored Libraries

  • Remove usage of click.secho in some modules. [#5804](https://github.com/pypa/pipenv/issues/5804) <https://github.com/pypa/pipenv/issues/5804>_

2023.7.11 (2023-07-11)

Pipenv 2023.7.11 (2023-07-11)

Bug Fixes

  • Invoke the resolver in the same process as pipenv rather than utilizing subprocess. [#5787](https://github.com/pypa/pipenv/issues/5787) <https://github.com/pypa/pipenv/issues/5787>_
  • Fix regression markers being included as None/null in requirements command. [#5788](https://github.com/pypa/pipenv/issues/5788) <https://github.com/pypa/pipenv/issues/5788>_

2023.7.9 (2023-07-09)

Pipenv 2023.7.9 (2023-07-09)

Bug Fixes

  • Drop the --keep-outdated flag and --selective-upgrade flags that have been deprecated in favor of update/upgrade commands. [#5730](https://github.com/pypa/pipenv/issues/5730) <https://github.com/pypa/pipenv/issues/5730>_
  • Fix regressions in the requirements command related to standard index extras and handling of local file requirements. [#5784](https://github.com/pypa/pipenv/issues/5784) <https://github.com/pypa/pipenv/issues/5784>_

... (truncated)

Commits

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

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

Bumps [pipenv](https://github.com/pypa/pipenv) from 2023.6.18 to 2023.7.23.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst)
- [Commits](pypa/pipenv@v2023.6.18...v2023.7.23)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 24, 2023
@Th3Un1q3 Th3Un1q3 merged commit 0150f19 into development Feb 7, 2024
2 checks passed
@delete-merged-branch delete-merged-branch bot deleted the dependabot/pip/development/pipenv-2023.7.23 branch February 7, 2024 09:56
Copy link

sonarqubecloud bot commented Feb 7, 2024

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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant