[icalendar] Update to 6.1.2 (#13672)

Finish icalendar.prop annotations
This commit is contained in:
Sebastian Rittau
2025-03-20 01:36:26 -07:00
committed by GitHub
parent 506eceb2ee
commit e18b99ca01
4 changed files with 136 additions and 91 deletions
@@ -12,3 +12,12 @@ icalendar.cal.Component.set_inline
# Stubtest gets confused by multiple inheritance.
icalendar.prop.vSkip.__new__
# Stubtest incorrectly reports that stub argument "cls" should be
# positional or keyword.
icalendar.vBoolean.__new__
icalendar.vFloat.__new__
icalendar.vInt.__new__
icalendar.prop.vBoolean.__new__
icalendar.prop.vFloat.__new__
icalendar.prop.vInt.__new__