From 02ee0d1a94f04f9d807a8b54d2c648d2e61885bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:44:26 +0000 Subject: [PATCH] Bump zope-interface from 5.1.0 to 8.2 in /pyramid/pyramidsite Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 5.1.0 to 8.2. - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/5.1.0...8.2) --- updated-dependencies: - dependency-name: zope-interface dependency-version: '8.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyramid/pyramidsite/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyramid/pyramidsite/requirements.txt b/pyramid/pyramidsite/requirements.txt index c37a365..df8f64e 100644 --- a/pyramid/pyramidsite/requirements.txt +++ b/pyramid/pyramidsite/requirements.txt @@ -16,5 +16,5 @@ venusian==3.1.1 waitress==3.0.2 WebOb==1.8.9 zope.deprecation==6.0 -zope.interface==5.1.0 +zope.interface==8.2 psycopg2==2.9.11