fix(deps): update dependency cffi to v2.1.0 #27

Open
renovate-bot wants to merge 1 commit from renovate/cffi-2.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
cffi (changelog) ==2.0.0==2.1.0 age confidence

Release Notes

python-cffi/cffi (cffi)

v2.1.0

Compare Source

  • Added support for Python 3.15 and support for C extensions generated by CFFI
    to target the new abi3t free-threaded ABI.
  • Dropped support for Python 3.9.
  • Added cffi-gen-src CLI to generate CFFI C extension source for alternate build backend support.
  • Fixed crashes inside __delitem__.
  • Fixed "string too big" error under MSVC.
  • Fixed mingw builds.
  • Added support for arm64 iOS wheels.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 these updates again.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [cffi](https://github.com/python-cffi/cffi) ([changelog](https://cffi.readthedocs.io/en/latest/whatsnew.html)) | `==2.0.0` → `==2.1.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/cffi/2.1.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/cffi/2.0.0/2.1.0?slim=true) | --- ### Release Notes <details> <summary>python-cffi/cffi (cffi)</summary> ### [`v2.1.0`](https://github.com/python-cffi/cffi/releases/tag/v2.1.0) [Compare Source](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0) - Added support for Python 3.15 and support for C extensions generated by CFFI to target the new `abi3t` free-threaded ABI. - Dropped support for Python 3.9. - Added `cffi-gen-src` CLI to generate CFFI C extension source for alternate build backend support. - Fixed crashes inside `__delitem__`. - Fixed "string too big" error under MSVC. - Fixed mingw builds. - Added support for arm64 iOS wheels. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - 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 these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjguNSIsInVwZGF0ZWRJblZlciI6IjQzLjE2OC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
renovate-bot added the
dependencies
label 2026-07-07 00:29:54 +02:00
renovate-bot added 1 commit 2026-07-07 00:29:54 +02:00
fix(deps): update dependency cffi to v2.1.0
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 5m29s
0f4d814a98
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-07-07 00:29:59 +02:00
All checks were successful
NYX Security Scan / nyx-scan (pull_request) Successful in 5m29s
Required
Details
This pull request doesn't have enough approvals yet. 0 of 1 approvals granted.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/cffi-2.x:renovate/cffi-2.x
git checkout renovate/cffi-2.x
Sign in to join this conversation.
No description provided.