parea-sdk-py icon indicating copy to clipboard operation
parea-sdk-py copied to clipboard

:arrow_up: bump pyproject-hooks from 1.0.0 to 1.1.0

Open dependabot[bot] opened this issue 2 months ago • 0 comments

Bumps pyproject-hooks from 1.0.0 to 1.1.0.

Changelog

Sourced from pyproject-hooks's changelog.

Changelog

v1.1

  • Add type annotations to the public API.
  • More careful handling of the backend-path key from pyproject.toml. Previous versions would load the backend and then check that it was loaded from the specified path; the new version only loads it from the specified path. The BackendInvalid exception is now a synonym for :exc:BackendUnavailable, and code should move to using the latter name.

v1.0

  • Rename package to pyproject_hooks (from pep517).
  • Remove deprecated modules (.build, .check and .envbuild). Use the build <https://pypa-build.readthedocs.io/en/stable/>_ project instead for this higher-level functionality of setting up a temporary build environment.
  • Require Python 3.7 or above.
  • Use tomllib from the standard library on Python 3.11. pyproject_hooks now has no external dependencies when installed in Python 3.11.
  • Avoid chaining exceptions when using the fallback implementation for :meth:.prepare_metadata_for_build_wheel.
  • Fix propagating error message for :exc:.BackendInvalid errors.

v0.13

  • Remove support for end-of-life Pythons. Now requires Python3.6+.
  • Remove support for toml package. Now requires tomli.
  • Rely on preferred "files" API on Python 3.9 and later (#140).

v0.12

  • Add method for pip to check if build_editable hook is supported. This is a private API for now.

v0.11.1

  • Fix DeprecationWarning in tomli.

v0.11

  • Support editable hooks (PEP 660 <https://www.python.org/dev/peps/pep-0660/>_).

... (truncated)

Commits
  • 903ad91 Merge pull request #189 from pypa/ci-rm-mac-py37
  • 9a22b3e Exclude Mac + Python 3.7 from CI matrix
  • d79646f Merge pull request #188 from pypa/prepare-1.1
  • 7de0160 Bump version: 1.0.0 → 1.1.0
  • dd15b2a Mention backend-path changes in changelog
  • debf816 Add back BackendInvalid as a synonym for BackendUnavailable
  • c667aeb Merge pull request #187 from pypa/gha-trusted-publish
  • 79a2edf Remove trailing space
  • f66e6a1 Specify environment for publishing job
  • 1248ac2 Set up trusted publishing for making releases to PyPI
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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)

dependabot[bot] avatar Apr 30 '24 02:04 dependabot[bot]