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 ~=2023.6.2 to ~=2023.6.12 #464

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pipenv to permit the latest version.

Release notes

Sourced from pipenv's releases.

Release v2023.6.12

What's Changed

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.6.11...v2023.6.12

Changelog

Sourced from pipenv's changelog.

2023.6.12 (2023-06-11)

Pipenv 2023.6.12 (2023-06-11)

Bug Fixes

  • Remove the sys.path modifications and as a result fixes keyring support. [#5719](https://github.com/pypa/pipenv/issues/5719) <https://github.com/pypa/pipenv/issues/5719>_

2023.6.11 (2023-06-11)

Pipenv 2023.6.11 (2023-06-11)

Vendored Libraries

  • Upgrades to pipdeptree==2.8.0 which fixes edge cases of the pipenv graph command. [#5720](https://github.com/pypa/pipenv/issues/5720) <https://github.com/pypa/pipenv/issues/5720>_

2023.6.2 (2023-06-02)

Pipenv 2023.6.2 (2023-06-02)

Features & Improvements

  • Resolver performance: package sources following PEP 503 will leverage package hashes from the URL fragment, without downloading the package. [#5701](https://github.com/pypa/pipenv/issues/5701) <https://github.com/pypa/pipenv/issues/5701>_

Bug Fixes

  • Improve regex for python versions to handle hidden paths; handle relative paths to python better as well. [#4588](https://github.com/pypa/pipenv/issues/4588) <https://github.com/pypa/pipenv/issues/4588>_
  • Update pythonfinder==2.0.4 with fix for "RecursionError: maximum recursion depth exceeded". [#5709](https://github.com/pypa/pipenv/issues/5709) <https://github.com/pypa/pipenv/issues/5709>_

Vendored Libraries

  • Drop old vendored toml library. Use stdlib tomllib or tomli instead. [#5678](https://github.com/pypa/pipenv/issues/5678) <https://github.com/pypa/pipenv/issues/5678>_
  • Drop vendored library cerberus. This isn't actually used by pipenv. [#5699](https://github.com/pypa/pipenv/issues/5699) <https://github.com/pypa/pipenv/issues/5699>_

2023.5.19 (2023-05-19)

... (truncated)

Commits
  • 5a197c0 Release v2023.6.12
  • b0c091a allow specifying version in release script.
  • 1cc03ea Remove the sys path hacks (again) to fix edge cases with keyring (#5732)
  • d118cc7 Bumped version.
  • 21b7414 Release v2023.6.11
  • bc277a1 Upgrade pydantic to v1.10.9 (#5729)
  • 2d52034 Safer usage requests sessions and account for the verify_ssl requirements of ...
  • 5ebad39 Remove ubuntu apt install from list and some other small doc review. (#5731)
  • 63dea23 Update pipdeptree which solves issue 5652 (#5720)
  • 9a9ee9c Fix formatting in /docs (#5721)
  • 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)