Skip to content

Commit 473320a

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

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
@@ -64,7 +64,7 @@ def read(path):
6464
'geojson>=2.5.0,<4',
6565
'backports.zoneinfo<1; python_version<"3.9"'],
6666
test=['tox>=3,<5',
67-
'zope.testing>=4,<5',
67+
'zope.testing>=4,<6',
6868
'zope.testrunner>=5,<6',
6969
'zc.customdoctests>=1.0.1,<2',
7070
'createcoverage>=1,<2',

0 commit comments

Comments
 (0)