Update vobject (#12721)

This commit is contained in:
Jelle Zijlstra
2024-10-02 00:27:21 -07:00
committed by GitHub
parent 481230077b
commit 213ca9eb81
7 changed files with 21 additions and 11 deletions

View File

@@ -6,15 +6,11 @@ vobject.base.VBase.__init__
# See: https://github.com/eventable/vobject/pull/187
vobject.win32tz
# dependencies
vobject.icalendar.Pytz
# python2 compat
vobject.base.basestring
vobject.base.str_
vobject.base.to_unicode
vobject.base.to_basestring
vobject.vcard.basestring
vobject.base.unicode_type
# implementation details that users shouldn't depend on