Skip to content

chore(deps): bump pyproject-hooks from 1.2.0 to 1.3.3 - #15646

Merged
alex merged 1 commit into
mainfrom
dependabot/uv/pyproject-hooks-1.3.3
Sep 16, 2026
Merged

alex merged 1 commit into
mainfrom
dependabot/uv/pyproject-hooks-1.3.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 16, 2026

Copy link
Copy Markdown
Contributor

Bumps pyproject-hooks from 1.2.0 to 1.3.3.

Changelog

Sourced from pyproject-hooks's changelog.

v1.3.3

  • No code changes from 1.3. The git tags and the version number got out of sync while fixing an issue with the Github actions workflow to publish the release. 1.3.3 exists only to get them back in sync without reassigning any tags.

v1.3

  • Python 3.8 or above is now required (:pr:214).
  • UserWarnings from the backend are now captured and re-emitted in the frontend process as a new category BuildBackendWarning, so that frontends can control how they are shown to users (:pr:213).
  • Show the traceback from the backend on a BackendUnavailable error (:pr:219).
  • Fix the return type annotation for prepare_metadata_for_build_wheel (:pr:209).
  • Fix removing the internal _in_process directory from sys.path where the install location includes a symlink (:pr:230).
  • Use os.path.commonpath instead of the deprecated commonprefix to validate the location of in-tree backends.
  • Fix in-tree backends in locations containing the path separator character - : on Posix platforms, ; on Windows (:pr:232).
  • Fix finding distribution metadata with importlib.metadata in the backend when an in-tree backend is used (:pr:212).
  • pyproject_hooks can be built from source using flit_core 4.x (:pr:233).
  • Document that the hooks.subprocess_runner context manager API is not thread-safe (:pr:227`)

v1.2

  • Improve interoperability with importlib.metadata, fixing a regression in setuptools compatibility in 1.1 (PR :pr:199).
  • Clean up the _in_process directory inside the package from sys.path before imporing the backend (PR :pr:193).

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

... (truncated)

Commits
  • 184c9f5 Merge pull request #239 from pypa/1.3.3
  • a7c2c18 Describe why 1.3.3 in changelog
  • 8cc3947 Update version to 1.3.3
  • 6b92c2b Merge pull request #238 from pypa/gh-action-fix-publish
  • 1b1013d Fix reference to pypi publish action
  • 32cad4e Merge pull request #237 from pypa/update-gh-action-shas
  • 514a241 Latest action versions for lint job as well
  • 91c12fa Add dependabot config to update Github actions automatically
  • 271cf6c Update Github action SHAs to current versions
  • 3f24f34 Merge pull request #235 from pypa/changelog-1.3
  • 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 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)

Bumps [pyproject-hooks](https://github.com/pypa/pyproject-hooks) from 1.2.0 to 1.3.3.
- [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst)
- [Commits](pypa/pyproject-hooks@v1.2.0...v1.3.3)

---
updated-dependencies:
- dependency-name: pyproject-hooks
  dependency-version: 1.3.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 16, 2026
@alex
alex merged commit 2b8df18 into main Sep 16, 2026
69 checks passed
@alex
alex deleted the dependabot/uv/pyproject-hooks-1.3.3 branch September 16, 2026 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Development

Successfully merging this pull request may close these issues.

1 participant