From 244fb4d473a643b0adfd9edaf912a1a058184dc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:25:57 +0000 Subject: [PATCH] Chore(deps-dev): Update zope-testing requirement from <6,>=4 to >=4,<7 Updates the requirements on [zope-testing](https://github.com/zopefoundation/zope.testing) to permit the latest version. - [Changelog](https://github.com/zopefoundation/zope.testing/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/zope.testing/compare/4.0.0...6.0) --- updated-dependencies: - dependency-name: zope-testing dependency-version: '6.0' dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85a28d82..be548d2f 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def read(path): "stopit>=1.1.2,<2", "pytz", "zc.customdoctests>=1.0.1,<2", - "zope.testing>=4,<6", + "zope.testing>=4,<7", "zope.testrunner>=5,<8", ], },