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.20 #385

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.20

What's Changed

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

Changelog

Sourced from pipenv's changelog.

2022.9.20 (2022-09-20)

Pipenv 2022.9.20 (2022-09-20)

Behavior Changes

  • Remove usage of pipfile module in favour of Plette. pipfile is not actively maintained anymore. Plette is actively maintained, and has stricter checking of the Pipefile and Pipefile.lock. As a result, Pipefile with unnamed package indecies will fail to lock. If a Pipefile was hand crafeted, and the source is anonymous an error will be thrown. The solution is simple, add a name to your index, e.g, replace::

    [[source]] url = "https://pypi.acme.com/simple" verify_ssl = true

    With::

    [[source]] url = "https://pypi.acme.com/simple" verify_ssl = true name = acmes_private_index [#5339](https://github.com/pypa/pipenv/issues/5339) <https://github.com/pypa/pipenv/issues/5339>_

Bug Fixes

  • Modernize pipenv path patch with importlib.util to eliminate import of pkg_resources [#5349](https://github.com/pypa/pipenv/issues/5349) <https://github.com/pypa/pipenv/issues/5349>_

Vendored Libraries

  • Remove iso8601 from vendored packages since it was not used. [#5346](https://github.com/pypa/pipenv/issues/5346) <https://github.com/pypa/pipenv/issues/5346>_

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

... (truncated)

Commits
  • 7d84009 Release v2022.9.20
  • b434039 Merge pull request #5361 from cclauss/move-more-config-to-pyproject.toml
  • 9fe4b68 Merge pull request #5339 from pypa/replace-pipfile-with-plette
  • 8043eca Migrate isort, mypy, and pytest config into pyproject.toml
  • 9c774f7 Propagate the markers to new requirment in lock file
  • 3a57dd0 Merge branch 'main' into replace-pipfile-with-plette
  • 3f679ad Add news about migration to Plette
  • a23fee6 Remove skipped test - Pipenv no longer lock with incomplete sources
  • 129e821 Remove comment - Plette does no expand env vars on disk
  • 21b6eb7 Yank skipped test - pipenv no longer supports unnamed index
  • 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 #386.