From 6061c31bea5fef99e0070b4f4bfd07994bd0a90c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 11:02:58 +0000 Subject: [PATCH] Bump zope-interface from 8.3 to 8.4 in /pyramid/pyramidsite Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 8.3 to 8.4. - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/8.3...8.4) --- updated-dependencies: - dependency-name: zope-interface dependency-version: '8.4' dependency-type: direct:production update-type: version-update:semver-minor ... 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 31f33d4..f372400 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==8.3 +zope.interface==8.4 psycopg2==2.9.12