Skip to content

chore(deps): update minor and patch updates to pre-commit hooks to v2.0.1#356

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/pre-commit-hooks-minor-patch
Jun 6, 2026
Merged

chore(deps): update minor and patch updates to pre-commit hooks to v2.0.1#356
renovate[bot] merged 1 commit into
mainfrom
renovate/pre-commit-hooks-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pyjson5 (changelog) ==2.0.0==2.0.1 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

Kijewski/pyjson5 (pyjson5)

v2.0.1

Compare Source

What's Changed

  • Support Python free-threaded builds (PEP 703). The extension now opts into the no-GIL ABI via Cython's freethreading_compatible directive, so it is loaded on python3.13t / python3.14t without re-enabling the GIL. All module state is set once at import and the encode/decode hot paths keep per-call state on the C stack, so the extension is safe to call from many OS threads concurrently. Bumps the build-time Cython requirement to >= 3.1. A new threaded stress test (scripts/run-threaded-test.py) is run in CI on every free-threaded build identifier produced by cibuildwheel. (By Eric Buehl, #​143)

New Contributors

Full Changelog: Kijewski/pyjson5@v2.0.0...v2.0.1


Configuration

📅 Schedule: (in timezone America/Mexico_City)

  • Branch creation
    • Between day 1 and 7 of the month, and on Sunday and Saturday (* * 1-7 * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from edgarrmondragon as a code owner June 6, 2026 13:55
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 6, 2026
@renovate renovate Bot enabled auto-merge June 6, 2026 13:55
@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jun 6, 2026
@renovate renovate Bot added this pull request to the merge queue Jun 6, 2026
Merged via the queue into main with commit eaf7ec9 Jun 6, 2026
10 checks passed
@renovate renovate Bot deleted the renovate/pre-commit-hooks-minor-patch branch June 6, 2026 13:56
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants