From ac1a014ba9616918c18e8e148a21af0612c1ff6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:03:03 +0000 Subject: [PATCH] Bump zope-interface from 8.2 to 8.3 in /pyramid/pyramidsite Bumps [zope-interface](https://github.com/zopefoundation/zope.interface) from 8.2 to 8.3. - [Changelog](https://github.com/zopefoundation/zope.interface/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.interface/compare/8.2...8.3) --- updated-dependencies: - dependency-name: zope-interface dependency-version: '8.3' 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 70846a2..910eb5b 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.2 +zope.interface==8.3 psycopg2==2.9.11