Skip to content

Commit 47af89d

Browse files
Update mypy requirement from <1.19.0,>=1.0.0 to >=1.0.0,<1.20.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](python/mypy@v1.0.0...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0c596ff commit 47af89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ packages =
3131
zope-stubs.interface.common
3232
package_dir = =src
3333
install_requires =
34-
mypy>=1.0.0,<1.19.0
34+
mypy>=1.0.0,<1.20.0
3535
zope.interface
3636
zope.schema
3737
include_package_data = True

0 commit comments

Comments
 (0)