Skip to content

Update requirements: Bump zope-interface from 8.4 to 8.5#459

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/zope-interface-8.5
Open

Update requirements: Bump zope-interface from 8.4 to 8.5#459
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/zope-interface-8.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 27, 2026

Bumps zope-interface from 8.4 to 8.5.

Changelog

Sourced from zope-interface's changelog.

8.5 (2026-05-26)

  • 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>_.

Commits
  • d981d50 Preparing release 8.5
  • d94554c Build and test free-threaded Python on all platforms (#375)
  • c8412a2 Configuring for c-code (#376)
  • df9c83f Fix tests for Python 3.15. (#373)
  • 117eefa Merge pull request #364 from bluedynamics/fix-pydict-getitem-exception-swallo...
  • b5a347a Merge branch 'master' into fix-pydict-getitem-exception-swallowing
  • 0a5dd6d Experiment redux: Must not skip CI before pushing a tag
  • f04d8e3 Experiment: Prepare test release 8.4.1a2 [ci skip]
  • 37a765b Experiment: Leave branch name out of sdist name
  • 0127ec0 Experiment: Yse spli/join to replace slashes in artifact file name
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 8.4 to 8.5.
- [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.interface@8.4...8.5)

---
updated-dependencies:
- dependency-name: zope-interface
  dependency-version: '8.5'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 27, 2026
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 python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants