Skip to content

build(deps): bump zope-interface from 6.0 to 8.5#128

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

build(deps): bump zope-interface from 6.0 to 8.5#128
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/zope-interface-8.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps zope-interface from 6.0 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>_.

8.4 (2026-04-25)

  • Add support for automatically building and publishing Windows/ARM64 wheels.

8.3 (2026-04-10)

  • Add support for free-threaded Python 3.14t: declare Py_mod_gil_not_used in C extension, replace borrowed-reference PyDict_GetItem() with strong- reference PyDict_GetItemRef() in cache lookups, and use Py_TYPE() macro instead of direct ob_type struct access.

  • Add CI testing for free-threaded Python 3.14t (Linux).

  • Guard 4 unprotected PyErr_Clear() calls in the C extension with PyErr_ExceptionMatches checks, matching the pattern already used at 7 other sites in the same file. Without the guard, KeyboardInterrupt, MemoryError, and SystemExit are silently swallowed in implementedBy and providedBy. See issue 358 <https://github.com/zopefoundation/zope.interface/issues/358>_.

8.2 (2026-01-09)

  • Move all supported package metadata into pyproject.toml.

  • Ignore __annotate_func__ added in Python 3.14b1.

8.1.1 (2025-11-15)

... (truncated)

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 6.0 to 8.5.
- [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst)
- [Commits](zopefoundation/zope.interface@6.0...8.5)

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

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 Jun 29, 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