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.11.5 #404

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

What's Changed

Full Changelog: https://github.com/pypa/pipenv/compare/v2022.11.4...v2022.11.5

Changelog

Sourced from pipenv's changelog.

2022.11.5 (2022-11-05)

Pipenv 2022.11.5 (2022-11-05)

Bug Fixes

  • Rollback the change in version of colorama due to regressions in core functionality. [#5459](https://github.com/pypa/pipenv/issues/5459) <https://github.com/pypa/pipenv/issues/5459>_

2022.11.4 (2022-11-04)

Pipenv 2022.11.4 (2022-11-04)

Features & Improvements

  • Allow pipenv settings to be explicitly disabled more easily by assigning to the environment variable a falsy value. [#5451](https://github.com/pypa/pipenv/issues/5451) <https://github.com/pypa/pipenv/issues/5451>_

Bug Fixes

  • Provide an install iteration per index when install_search_all_sources is false (default behavior). This fixes regression where install phase was using unexpected index after updating pip==22.3 [#5444](https://github.com/pypa/pipenv/issues/5444) <https://github.com/pypa/pipenv/issues/5444>_

Vendored Libraries

  • Drop tomli, which is not used anymore. Bump attrs version see #5449. Drop distlib, colorama and platformdirs - use the ones from pip.vendor. [#5450](https://github.com/pypa/pipenv/issues/5450) <https://github.com/pypa/pipenv/issues/5450>

2022.10.25 (2022-10-25)

Pipenv 2022.10.25 (2022-10-25)

Features & Improvements

  • Add support to export requirements file for a specified set of categories. [#5431](https://github.com/pypa/pipenv/issues/5431) <https://github.com/pypa/pipenv/issues/5431>_

Vendored Libraries

... (truncated)

Commits
  • 137abbd Release v2022.11.5
  • e3c999f Roll back change vendoring of colorama. (#5460)
  • 71277e4 Bumped version.
  • 9297261 Release v2022.11.4
  • 5142bbd Merge pull request #5450 from pypa/more-vendor-clean-up
  • 678cb1f Merge pull request #5448 from pypa/issue-5444
  • ecb969b Merge branch 'main' into issue-5444
  • e8e391f Merge branch 'main' into more-vendor-clean-up
  • 6f88313 CI: pin python version for vendoring
  • 2049648 Pin vendoring Python version to 3.10
  • 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)