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>
(cherry picked from commit
866f14d40cd3ffd30d85f9d2c09cf4a25948cd5c)
# Unfortunately this means we have to manually update those
# packages regularly.
-mypy==0.901
+mypy==0.981
# global
types-python-dateutil==0.1.3