Skip to content

Commit

Permalink
chore(deps): Bump pyproject-hooks from 1.0.0 to 1.1.0 (#1822)
Browse files Browse the repository at this point in the history
Bumps [pyproject-hooks](https://github.com/pypa/pyproject-hooks) from
1.0.0 to 1.1.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst">pyproject-hooks's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v1.1</h2>
<ul>
<li>Add type annotations to the public API.</li>
<li>More careful handling of the <code>backend-path</code> key from
<code>pyproject.toml</code>.
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 <code>BackendInvalid</code> exception is now a synonym for
:exc:<code>BackendUnavailable</code>,
and code should move to using the latter name.</li>
</ul>
<h2>v1.0</h2>
<ul>
<li>Rename package to <code>pyproject_hooks</code> (from
<code>pep517</code>).</li>
<li>Remove deprecated modules (<code>.build</code>, <code>.check</code>
and <code>.envbuild</code>).
Use the <code>build
&lt;https://pypa-build.readthedocs.io/en/stable/&gt;</code>_ project
instead for this higher-level functionality of setting up a temporary
build
environment.</li>
<li>Require Python 3.7 or above.</li>
<li>Use <code>tomllib</code> from the standard library on Python 3.11.
<code>pyproject_hooks</code>
now has no external dependencies when installed in Python 3.11.</li>
<li>Avoid chaining exceptions when using the fallback implementation for
:meth:<code>.prepare_metadata_for_build_wheel</code>.</li>
<li>Fix propagating error message for :exc:<code>.BackendInvalid</code>
errors.</li>
</ul>
<h2>v0.13</h2>
<ul>
<li>Remove support for end-of-life Pythons. Now requires
Python3.6+.</li>
<li>Remove support for <code>toml</code> package. Now requires
<code>tomli</code>.</li>
<li>Rely on preferred &quot;files&quot; API on Python 3.9 and later (<a
href="https://redirect.github.com/pypa/pyproject-hooks/issues/140">#140</a>).</li>
</ul>
<h2>v0.12</h2>
<ul>
<li>Add method for pip to check if build_editable hook is supported.
This is a private API for now.</li>
</ul>
<h2>v0.11.1</h2>
<ul>
<li>Fix DeprecationWarning in tomli.</li>
</ul>
<h2>v0.11</h2>
<ul>
<li>Support editable hooks (<code>PEP 660
&lt;https://www.python.org/dev/peps/pep-0660/&gt;</code>_).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/903ad919c7857a7321dee080e708e13afb2bd4d5"><code>903ad91</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pyproject-hooks/issues/189">#189</a>
from pypa/ci-rm-mac-py37</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/9a22b3e052ca8c9ae10445aba20d784ab7aeb63a"><code>9a22b3e</code></a>
Exclude Mac + Python 3.7 from CI matrix</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/d79646fcac2f888a91e2ea9e17cceec19d9a2b24"><code>d79646f</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pyproject-hooks/issues/188">#188</a>
from pypa/prepare-1.1</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/7de0160e5ab3a82d2be393781577736096d6f29e"><code>7de0160</code></a>
Bump version: 1.0.0 → 1.1.0</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/dd15b2a55f4e1a0aa858d6195e07ecf6d6ac44cb"><code>dd15b2a</code></a>
Mention backend-path changes in changelog</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/debf816af9373232fbf79f1efdf37320d2e0853c"><code>debf816</code></a>
Add back BackendInvalid as a synonym for BackendUnavailable</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/c667aeb10e7d6805aed53c95e9727c3ccbaad40e"><code>c667aeb</code></a>
Merge pull request <a
href="https://redirect.github.com/pypa/pyproject-hooks/issues/187">#187</a>
from pypa/gha-trusted-publish</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/79a2edf4a3d40c842cb7916bf6622981be1751de"><code>79a2edf</code></a>
Remove trailing space</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/f66e6a11097c477aeb08ad5e08c01a5c8823bfda"><code>f66e6a1</code></a>
Specify environment for publishing job</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/1248ac2f0526291771f2cab520cf82ee6323a7ca"><code>1248ac2</code></a>
Set up trusted publishing for making releases to PyPI</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pyproject-hooks/compare/v1.0.0...v1.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyproject-hooks&package-manager=pip&previous-version=1.0.0&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 2e900f0 commit c0a8de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ poetry-plugin-export==1.7.1 ; python_version == "3.8"
poetry==1.8.2 ; python_version == "3.8"
ptyprocess==0.7.0 ; python_version == "3.8"
pycparser==2.22 ; (sys_platform == "darwin" or sys_platform == "linux") and python_version == "3.8" and (sys_platform == "darwin" or platform_python_implementation != "PyPy")
pyproject-hooks==1.0.0 ; python_version == "3.8"
pyproject-hooks==1.1.0 ; python_version == "3.8"
pywin32-ctypes==0.2.2 ; sys_platform == "win32" and python_version == "3.8"
rapidfuzz==3.8.1 ; python_version == "3.8"
requests-toolbelt==1.0.0 ; python_version == "3.8"
Expand Down

0 comments on commit c0a8de3

Please sign in to comment.