Pin upper version of mypy

Each time a new version of mypy is released,
we need to update some code to fix the mypy gate job.

Pin it and require a manual bump, like we do with hacking.

Change-Id: I10c43e81a0d49bfa0c796e2244dd7af72db6c739
This commit is contained in:
Eric Harney 2024-10-17 11:53:56 -04:00
parent cd7a4da7af
commit c44ce8be0c

View File

@ -18,6 +18,6 @@ SQLAlchemy-Utils>=0.37.8 # BSD License
testtools>=2.4.0 # MIT
doc8>=0.8.1 # Apache-2.0
mypy>=1.7.0 # MIT
mypy>=1.7.0,<1.14.0 # MIT
moto>=5.0.0 # Apache-2.0
distro>=1.8.0 # Apache-2.0