Skip to content

Commit

Permalink
Bump pyproject-hooks from 1.1.0 to 1.2.0 in the dependabot group (goo…
Browse files Browse the repository at this point in the history
…gle#24)

Bumps the dependabot group with 1 update:
[pyproject-hooks](https://github.com/pypa/pyproject-hooks).

Updates `pyproject-hooks` from 1.1.0 to 1.2.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.2</h2>
<ul>
<li>Improve interoperability with <code>importlib.metadata</code>,
fixing a regression
in setuptools compatibility in 1.1 (<a
href="https://github.com/pypa/pyproject-hooks/issues/199">#199</a>).</li>
<li>Clean up the <code>_in_process</code> directory inside the package
from <code>sys.path</code>
before imporing the backend (<a
href="https://github.com/pypa/pyproject-hooks/issues/193">#193</a>).</li>
</ul>
<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://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>
<p>v0.11.1</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/4b7c6d113fb89b755d762a88712c8a6873cddd47"><code>4b7c6d1</code></a>
Merge pull request <a
href="https://github.com/pypa/pyproject-hooks/issues/205">#205</a>
from pypa/prepare-1.2</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/102747081953a43bcbb9304e6319de3bf2166bfc"><code>1027470</code></a>
Bump version: 1.1.0 → 1.2.0</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/dabe52eac18ef677af262657c97a7689b20fa909"><code>dabe52e</code></a>
Prepare release notes for 1.2</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/3df91751cb87c01b1fd2584a37ca3c186f126a48"><code>3df9175</code></a>
Merge pull request <a
href="https://github.com/pypa/pyproject-hooks/issues/204">#204</a>
from pypa/fix/setuptools-71</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/9efaa97258b63108750539e440789a5cada90fd8"><code>9efaa97</code></a>
Relax test for build requirements from setuptools</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/6b57973c3a8ef919dffecac8d15fd608fc51a271"><code>6b57973</code></a>
Merge pull request <a
href="https://github.com/pypa/pyproject-hooks/issues/199">#199</a>
from abravalheri/issue-192-take2</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/9988edd23921cdf74bed88f7ae1397b1c440f385"><code>9988edd</code></a>
Merge pull request <a
href="https://github.com/pypa/pyproject-hooks/issues/196">#196</a>
from pypa/sdist-includes</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/dba181736a41503f81ed73434143db7537494c76"><code>dba1817</code></a>
Always use importlib.metadata</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/d68f4d94477f0c20f900b1520ef1a1193e9d4f9d"><code>d68f4d9</code></a>
Remove unused dev-dependency</li>
<li><a
href="https://github.com/pypa/pyproject-hooks/commit/455b77f9a89f3bfded5925ccc15e17d20c9b99cd"><code>455b77f</code></a>
Account for importlib_metadata in Python&lt;3.7</li>
<li>Additional commits viewable in <a
href="https://github.com/pypa/pyproject-hooks/compare/v1.1.0...v1.2.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.1.0&new-version=1.2.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 2a38f80 commit 85993bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-tooling-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ click==8.1.5 --hash=sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba7
importlib-metadata==8.5.0 --hash=sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b --hash=sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7
packaging==24.1 --hash=sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002 --hash=sha256:5b8f2217dbdbd2f7f384c41c628544e6d52f2d0f53c6d0c3ea61aa5d1d7ff124
pip-tools==7.4.0 --hash=sha256:a92a6ddfa86ff389fe6ace381d463bc436e2c705bd71d52117c25af5ce867bb7 --hash=sha256:b67432fd0759ed834c5367f9e0ce8c95441acecfec9c8e24b41aca166757adf0
pyproject-hooks==1.1.0 --hash=sha256:4b37730834edbd6bd37f26ece6b44802fb1c1ee2ece0e54ddff8bfc06db86965 --hash=sha256:7ceeefe9aec63a1064c18d939bdc3adf2d8aa1988a510afec15151578b232aa2
pyproject-hooks==1.2.0 --hash=sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 --hash=sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913
tomli==2.0.1 --hash=sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc --hash=sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f
typing-extensions==4.12.0 --hash=sha256:8cbcdc8606ebcb0d95453ad7dc5065e6237b6aa230a31e81d0f440c30fed5fd8 --hash=sha256:b349c66bea9016ac22978d800cfff206d5f9816951f12a7d0ec5578b0a819594
wheel==0.44.0 --hash=sha256:2376a90c98cc337d18623527a97c31797bd02bad0033d41547043a1cbfbe448f --hash=sha256:a29c3f2817e95ab89aa4660681ad547c0e9547f20e75b0562fe7723c9a2a9d49
Expand Down

0 comments on commit 85993bd

Please sign in to comment.