From 8a6e07056b54858f3c268c8ee65ef829236c4317 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:09:51 +0000 Subject: [PATCH] Chore(deps): Bump zope-interface from 8.1.1 to 8.2 Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 8.1.1 to 8.2. - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/8.1.1...8.2) --- updated-dependencies: - dependency-name: zope-interface dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 942e58b2..05a47662 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ zc.buildout==5.1.1 -zope.interface==8.1.1 +zope.interface==8.2 zope.testrunner>=5,<9