Skip to content

Commit c33bdc9

Browse files
dependabot[bot]amotl
authored andcommitted
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](zopefoundation/zope.testing@4.0.0...6.0) --- updated-dependencies: - dependency-name: zope-testing dependency-version: '6.0' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 371e125 commit c33bdc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def read(path):
7373
"stopit>=1.1.2,<2",
7474
"pytz",
7575
"zc.customdoctests>=1.0.1,<2",
76-
"zope.testing>=4,<6",
76+
"zope.testing>=4,<7",
7777
"zope.testrunner>=5,<8",
7878
],
7979
},

0 commit comments

Comments
 (0)