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 2022.8.5 to 2022.9.8 #114

Merged
merged 1 commit into from
Sep 19, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2022

Bumps pipenv from 2022.8.5 to 2022.9.8.

Release notes

Sourced from pipenv's releases.

Release v2022.9.8

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2022.9.4...v2022.9.8

Release v2022.9.4

What's Changed

Full Changelog: pypa/pipenv@v2022.9.2...v2022.9.4

Release v2022.9.2

What's Changed

New Contributors

Full Changelog: pypa/pipenv@v2022.8.31...v2022.9.2

Release v2022.8.31

What's Changed

... (truncated)

Changelog

Sourced from pipenv's changelog.

2022.9.8 (2022-09-08)

Pipenv 2022.9.8 (2022-09-08)

Features & Improvements

  • It is now possible to supply additional arguments to pip install by supplying --extra-pip-args="<arg1> <arg2>" See the updated documentation Supplying additional arguments to pip for more details. [#5283](https://github.com/pypa/pipenv/issues/5283) <https://github.com/pypa/pipenv/issues/5283>_

Bug Fixes

  • Make editable detection better because not everyone specifies editable entry in the Pipfile for local editable installs. [#4784](https://github.com/pypa/pipenv/issues/4784) <https://github.com/pypa/pipenv/issues/4784>_
  • Add error handling for when the installed package setup.py does not contain valid markers. [#5329](https://github.com/pypa/pipenv/issues/5329) <https://github.com/pypa/pipenv/issues/5329>_
  • Load the dot env earlier so that PIPENV_CUSTOM_VENV_NAME is more useful across projects. [#5334](https://github.com/pypa/pipenv/issues/5334) <https://github.com/pypa/pipenv/issues/5334>_

Vendored Libraries

  • Bump version of shellingham to support nushell. [#5336](https://github.com/pypa/pipenv/issues/5336) <https://github.com/pypa/pipenv/issues/5336>_
  • Bump plette to version v0.3.0 [#5337](https://github.com/pypa/pipenv/issues/5337) <https://github.com/pypa/pipenv/issues/5337>_
  • Bump version of pipdeptree [#5343](https://github.com/pypa/pipenv/issues/5343) <https://github.com/pypa/pipenv/issues/5343>_

Removals and Deprecations

  • Add deprecation warning to the --three flag. Pipenv now uses python3 by default. [#5328](https://github.com/pypa/pipenv/issues/5328) <https://github.com/pypa/pipenv/issues/5328>_

Relates to dev process changes

  • Convert the test runner to use pypiserver as a standalone process for all tests that referencce internal pypi artifacts. General refactoring of some test cases to create more variety in packages selected--preferring lighter weight packages--in existing test cases.

2022.9.4 (2022-09-04)

Bug Fixes

  • Fix the issue from 2022.9.2 where tarball URL packages were being skipped on batch_install. [#5306](https://github.com/pypa/pipenv/issues/5306) <https://github.com/pypa/pipenv/issues/5306>_

2022.9.2 (2022-09-02)

... (truncated)

Commits
  • 20bb0c5 Release v2022.9.8
  • f2206e0 Merge pull request #5343 from pypa/bump-pipdeptree
  • 3f05bf4 Add news - bump pipdeptree
  • f910bc3 Ducktape for downloading LICENSE of pipdeptree
  • 6437584 Try and bumnp pipdeptree
  • 7501668 Merge pull request #5342 from pypa/better-editable-detection
  • ef59922 add news fragment.
  • 8af0273 Make editable detection better because not everyone specifies editable entry ...
  • badb310 Merge pull request #5338 from pypa/5334-take2
  • 5e7aee3 Actually load the dot env file before virtualenv creation.
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 9, 2022
Bumps [pipenv](https://github.com/pypa/pipenv) from 2022.8.5 to 2022.9.8.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst)
- [Commits](pypa/pipenv@v2022.8.5...v2022.9.8)

---
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 force-pushed the dependabot/pip/pipenv-2022.9.8 branch from ff7263f to e7138a7 Compare September 13, 2022 11:32
@JNKielmann JNKielmann merged commit ec2628b into main Sep 19, 2022
@JNKielmann JNKielmann deleted the dependabot/pip/pipenv-2022.9.8 branch September 19, 2022 16:10
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