Update dependency zope-interface to v8.5 #31

Open
bot.renovate wants to merge 1 commit from renovate/zope-interface-8.x into main
Member

This PR contains the following updates:

Package Update Change
zope-interface (changelog) minor ==8.4==8.5

Release Notes

zopefoundation/zope.interface (zope-interface)

v8.5

Compare Source

  • Build and upload free-threaded (cp314t, cp315t) wheels for all
    platforms.
    Expand CI testing for free-threaded Python 3.14t from Linux-only to all
    platforms (macOS, Windows), and add 3.15t CI.
    See issue 374 <https://github.com/zopefoundation/zope.interface/issues/374>_.

  • Replace all remaining PyDict_GetItem() calls in the C extension with
    exception-safe alternatives (PyDict_Contains, PyDict_GetItemWithError).
    PyDict_GetItem silently swallows exceptions from __hash__/__eq__,
    causing isOrExtends() to return False instead of raising TypeError
    for unhashable objects. Also use PyType_GetDict() on Python 3.13+ for
    free-threading safety when accessing the type dict.
    See issue 357 <https://github.com/zopefoundation/zope.interface/issues/357>_.


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 | |---|---|---| | [zope-interface](https://github.com/zopefoundation/zope.interface) ([changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)) | minor | `==8.4` → `==8.5` | --- ### Release Notes <details> <summary>zopefoundation/zope.interface (zope-interface)</summary> ### [`v8.5`](https://github.com/zopefoundation/zope.interface/blob/HEAD/CHANGES.rst#85-2026-05-26) [Compare Source](https://github.com/zopefoundation/zope.interface/compare/8.4...8.5) - Build and upload free-threaded (`cp314t`, `cp315t`) wheels for all platforms. Expand CI testing for free-threaded Python 3.14t from Linux-only to all platforms (macOS, Windows), and add 3.15t CI. See `issue 374 <https://github.com/zopefoundation/zope.interface/issues/374>`\_. - Replace all remaining `PyDict_GetItem()` calls in the C extension with exception-safe alternatives (`PyDict_Contains`, `PyDict_GetItemWithError`). `PyDict_GetItem` silently swallows exceptions from `__hash__`/`__eq__`, causing `isOrExtends()` to return `False` instead of raising `TypeError` for unhashable objects. Also use `PyType_GetDict()` on Python 3.13+ for free-threading safety when accessing the type dict. See `issue 357 <https://github.com/zopefoundation/zope.interface/issues/357>`\_. </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 is broken due to missing fork information.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/zope-interface-8.x:renovate/zope-interface-8.x
git switch renovate/zope-interface-8.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/zope-interface-8.x
git switch renovate/zope-interface-8.x
git rebase main
git switch main
git merge --ff-only renovate/zope-interface-8.x
git switch renovate/zope-interface-8.x
git rebase main
git switch main
git merge --no-ff renovate/zope-interface-8.x
git switch main
git merge --squash renovate/zope-interface-8.x
git switch main
git merge --ff-only renovate/zope-interface-8.x
git switch main
git merge renovate/zope-interface-8.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-tinytools/django-tinyuser!31
No description provided.