Use typing.Iterable instead of collections.abc.Iterable
libkeyringctl/{keyring,sequoia,util}.py: As Iterable is only used for type hints, switch to using typing.Iterable instead of collections.abc.Iterable, as the latter is problematic when using different Python versions.