Skip to content
Snippets Groups Projects
Unverified Commit 83de0be4 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Bump mypy-zope to 0.2.13. (#9678)

This fixes an error ("Cannot determine consistent method resolution order (MRO)")
when running mypy with a cache.
parent af387cf5
No related branches found
No related tags found
No related merge requests found
Bump mypy-zope to 0.2.13 to fix "Cannot determine consistent method resolution order (MRO)" errors when running mypy a second time.
...@@ -103,7 +103,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [ ...@@ -103,7 +103,7 @@ CONDITIONAL_REQUIREMENTS["lint"] = [
"flake8", "flake8",
] ]
CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.11"] CONDITIONAL_REQUIREMENTS["mypy"] = ["mypy==0.812", "mypy-zope==0.2.13"]
# Dependencies which are exclusively required by unit test code. This is # Dependencies which are exclusively required by unit test code. This is
# NOT a list of all modules that are necessary to run the unit tests. # NOT a list of all modules that are necessary to run the unit tests.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment