mypy version 0.981 fixes a bug where on newer python versions mypy
doesn't properly load pyi files with keyword only arguments.
As noted in the src/mypy-constrains.txt mypy version needs to be
manually bumped periodically, and ceph is overdue for an update too.
It's never been updated since the file was added in June 2021.
Signed-off-by: John Mulligan <jmulligan@redhat.com>
# Unfortunately this means we have to manually update those
# packages regularly.
-mypy==0.901
+mypy==0.981
# global
types-python-dateutil==0.1.3