Skip to content

Commit f5e1072

Browse files
dependabot[bot]amotl
authored andcommitted
Update zope-testrunner requirement from <6,>=5 to >=5,<7
Updates the requirements on [zope-testrunner](https://github.com/zopefoundation/zope.testrunner) to permit the latest version. - [Release notes](https://github.com/zopefoundation/zope.testrunner/releases) - [Changelog](https://github.com/zopefoundation/zope.testrunner/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.testrunner@5.0...6.0) --- updated-dependencies: - dependency-name: zope-testrunner dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bbd7df3 commit f5e1072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def read(path):
6565
'backports.zoneinfo<1; python_version<"3.9"'],
6666
test=['tox>=3,<5',
6767
'zope.testing>=4,<6',
68-
'zope.testrunner>=5,<6',
68+
'zope.testrunner>=5,<7',
6969
'zc.customdoctests>=1.0.1,<2',
7070
'createcoverage>=1,<2',
7171
'stopit>=1.1.2,<2',

0 commit comments

Comments
 (0)