luissilva1044894 / Pyrez

(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
http://pyrez.rtfd.io
MIT License
26 stars 11 forks source link

Update pipenv requirement from ~=2021.11.23 to ~=2022.9.8 #383

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on pipenv to permit the latest version.

Release notes

Sourced from pipenv's releases.

Release v2022.9.8

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.9.4...v2022.9.8

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 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[bot] commented 2 years ago

Superseded by #385.