Skip to content

Commit eaf7ec9

Browse files
chore(deps): update minor and patch updates to pre-commit hooks to v2.0.1 (#356)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [pyjson5](https://redirect.github.com/Kijewski/pyjson5) ([changelog](https://redirect.github.com/Kijewski/pyjson5/blob/main/CHANGELOG.md)) | `==2.0.0` → `==2.0.1` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/pyjson5/2.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/pyjson5/2.0.0/2.0.1?slim=true) | 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](https://redirect.github.com/renovatebot/renovate/discussions/new) if you have any questions. --- ### Release Notes <details> <summary>Kijewski/pyjson5 (pyjson5)</summary> ### [`v2.0.1`](https://redirect.github.com/Kijewski/pyjson5/releases/tag/v2.0.1) [Compare Source](https://redirect.github.com/Kijewski/pyjson5/compare/v2.0.0...v2.0.1) #### 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, [#&#8203;143](https://redirect.github.com/Kijewski/pyjson5/pull/143)) #### New Contributors - [@&#8203;ericbuehl](https://redirect.github.com/ericbuehl) made their first contribution in [#&#8203;143](https://redirect.github.com/Kijewski/pyjson5/pull/143) **Full Changelog**: <Kijewski/pyjson5@v2.0.0...v2.0.1> </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/reservoir-data/tap-socketdev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMDkuNCIsInVwZGF0ZWRJblZlciI6IjQzLjIwOS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df05262 commit eaf7ec9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ repos:
3737
- id: check-renovate
3838
language: python
3939
additional_dependencies:
40-
- pyjson5==2.0.0
40+
- pyjson5==2.0.1
4141

4242
- repo: https://github.com/astral-sh/uv-pre-commit
4343
rev: "0.11.17"

0 commit comments

Comments
 (0)