From a81e0335fa8abf43fe5510c5c536a477592820b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 00:14:00 +0000 Subject: [PATCH] Update mypy requirement from <1.5.0,>=1.0.0 to >=1.0.0,<1.6.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.5.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 66ff211..1d1e696 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ packages = zope-stubs package_dir = =src install_requires = - mypy>=1.0.0,<1.5.0 + mypy>=1.0.0,<1.6.0 zope.interface zope.schema include_package_data = True