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.9.1 to ~=2023.9.7 #496

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

What's Changed

New Contributors

Full Changelog: https://github.com/pypa/pipenv/compare/v2023.9.1...v2023.9.7

Changelog

Sourced from pipenv's changelog.

2023.9.7 (2023-09-07)

Pipenv 2023.9.7 (2023-09-07)

Features & Improvements

  • Updates build to use exclusively pyproject.toml

    Modernizes the build process by consolidating all of setuptools metadata within pyproject.toml and removing deprecated setup.cfg and setup.py. [#5837](https://github.com/pypa/pipenv/issues/5837) <https://github.com/pypa/pipenv/issues/5837>_

Bug Fixes

  • Restore the ignore compatibility finder pip patch to resolve issues collecting hashes from google artifact registry (and possibly others). [#5887](https://github.com/pypa/pipenv/issues/5887) <https://github.com/pypa/pipenv/issues/5887>_
  • Handle case better where setup.py name is referencing a variable that is a string while encouraging folks to migrate their projects to pyproject.toml [#5905](https://github.com/pypa/pipenv/issues/5905) <https://github.com/pypa/pipenv/issues/5905>_
  • Better handling of local file install edge cases; handle local file extras. [#5919](https://github.com/pypa/pipenv/issues/5919) <https://github.com/pypa/pipenv/issues/5919>_
  • Include the Pipfile markers in the install phase when using --skip-lock. [#5920](https://github.com/pypa/pipenv/issues/5920) <https://github.com/pypa/pipenv/issues/5920>_
  • Fallback to default vcs ref when no ref is supplied. More proactively determine package name from the pip line where possible, fallback to the existing file scanning logics when unable to determine name. [#5921](https://github.com/pypa/pipenv/issues/5921) <https://github.com/pypa/pipenv/issues/5921>_

2023.9.1 (2023-09-01)

Pipenv 2023.9.1 (2023-09-01)

Features & Improvements

  • Top level Pipfile sys_platform markers should be transitive; adds top level platform_machine entries that are also transitive. Marker entries continue to operate the same as before. #5892

Bug Fixes

  • Apply patch for install_search_all_sources = True functionality. #5895
  • Relative paths improvements for editable installs. #5896
  • Set log level in resolver to WARN when verbose is not passed. #5897
  • Handle more variations in private index html to improve hash collection. #5898

2023.8.28 (2023-08-28)

Bug Fixes

  • Revert change that caused the credentials in source url issue. #5878
  • Do not treat named requirements as file installs just becacuse a match path exists; better handling of editable keyword for local file installs. Handle additional edge cases in the setup.py ast parser logic for trying to determine local install package name. #5885

2023.8.26 (2023-08-26)

... (truncated)

Commits
  • 778b8ed Release v2023.9.7
  • 30e0fa7 reference markdown format
  • 4a85f0b Fallback to default vcs ref and determine package name from the pip line wher...
  • 91743a6 Better handling of local file install edge cases; handle local file extras (#...
  • 5df6d9c Drop 3.7 test runner (#5922)
  • 171b8fe include markers when skipping lock (#5920)
  • 072352a Handle case where setup name is referencing a variable that is a string (#5905)
  • 9b2e0d4 5881-Full conversion from rst to md (#5909)
  • c844fe1 Merge pull request #5887 from pypa/issue-5827-compat
  • 03cd229 Merge pull request #5916 from cclauss/pyproject-fmt
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)