From bbfbfb580c0ad21e58515eb395b90904fd2e2c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:37:47 +0000 Subject: [PATCH] Update mypy requirement from <1.13.0,>=1.0.0 to >=1.0.0,<1.14.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v1.13.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 bb65b65..181a1e2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ packages = zope-stubs.interface.common package_dir = =src install_requires = - mypy>=1.0.0,<1.13.0 + mypy>=1.0.0,<1.14.0 zope.interface zope.schema include_package_data = True