Update dependency cffi to v2.1.0 #14

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

This PR contains the following updates:

Package Update Change
cffi (changelog) minor ==2.0.0==2.1.0

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: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cffi](https://github.com/python-cffi/cffi) ([changelog](https://cffi.readthedocs.io/en/latest/whatsnew.html)) | minor | `==2.0.0` → `==2.1.0` | --- ### 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**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjEuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI2MS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
This pull request can be merged automatically.
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 switch renovate/cffi-2.x

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/cffi-2.x
git switch renovate/cffi-2.x
git rebase main
git switch main
git merge --ff-only renovate/cffi-2.x
git switch renovate/cffi-2.x
git rebase main
git switch main
git merge --no-ff renovate/cffi-2.x
git switch main
git merge --squash renovate/cffi-2.x
git switch main
git merge --ff-only renovate/cffi-2.x
git switch main
git merge renovate/cffi-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
django/django-project!14
No description provided.