Skip to content

Commit fe4550d

Browse files
Chore(deps): Update zope-testrunner requirement from <8,>=5 to >=5,<9
Updates the requirements on [zope-testrunner](https://github.com/zopefoundation/zope.testrunner) to permit the latest version. - [Changelog](https://github.com/zopefoundation/zope.testrunner/blob/master/CHANGES.rst) - [Commits](zopefoundation/zope.testrunner@5.0...8.1) --- updated-dependencies: - dependency-name: zope-testrunner dependency-version: '8.1' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1dfd2e commit fe4550d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
zc.buildout==5.1.1
22
zope.interface==8.1.1
3-
zope.testrunner>=5,<8
3+
zope.testrunner>=5,<9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def read(path):
7474
"pytz",
7575
"zc.customdoctests>=1.0.1,<2",
7676
"zope.testing>=4,<7",
77-
"zope.testrunner>=5,<8",
77+
"zope.testrunner>=5,<9",
7878
],
7979
},
8080
python_requires=">=3.6",

0 commit comments

Comments
 (0)