python: temporarily restrict max mypy version

The newest versions of mypy do not support targeting Python 3.9, which
we still support. I want to address that soon, but in the meantime
it's nice if the tests pass.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-ID: <20260611042332.482979-2-jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
John Snow
2026-06-11 00:23:20 -04:00
committed by Markus Armbruster
parent 97ed8acc65
commit ad07a976a8

View File

@@ -40,7 +40,8 @@ devel =
flake8 >= 5.0.4
fusepy >= 2.0.4
isort >= 5.6.0
mypy >= 1.4.0
# Max ver is temporary until we drop 3.9
mypy >= 1.4.0, <2.0.0
pylint >= 2.17.3
pylint != 3.2.4; python_version<"3.9"
pytest >= 6.0.2