Constrain mypy version on stable/2024.1

Prevent compatibility problems between the stable
branch and future versions of mypy.

(Stable-only patch.)
Change-Id: Ib2261c889d9e7f19db2874290e5a921faa490328
This commit is contained in:
Eric Harney 2024-07-25 17:10:22 -04:00
parent 3843e3ebcf
commit 712cf414f9

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.12.0 # MIT
moto>=2.2.5 # Apache-2.0
distro>=1.8.0 # Apache-2.0