Skip to content

Bump zope-interface from 8.4 to 8.5#407

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

Bump zope-interface from 8.4 to 8.5#407
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zope-interface-8.5

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 26, 2026
@nikolas
Copy link
Copy Markdown
Member

nikolas commented May 29, 2026

@dependabot rebase

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 force-pushed the dependabot/pip/zope-interface-8.5 branch from 9b40425 to 601ca94 Compare May 29, 2026 15:08
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.

1 participant