icalendar: update (#13737)

Fixes #13735
This commit is contained in:
Shantanu
2025-03-28 19:10:16 -07:00
committed by GitHub
parent 71e01e3871
commit 8c9451154e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "~= 6.1.2"
version = "6.1.3"
upstream_repository = "https://github.com/collective/icalendar"
requires = ["types-python-dateutil", "types-pytz"]
@@ -5,4 +5,3 @@ __all__ = ["tzid_from_tzinfo", "tzid_from_dt", "tzids_from_tzinfo"]
def tzids_from_tzinfo(tzinfo: datetime.tzinfo | None) -> tuple[str, ...]: ...
def tzid_from_tzinfo(tzinfo: datetime.tzinfo | None) -> str | None: ...
def tzid_from_dt(dt: datetime.datetime) -> str | None: ...
def tzinfo2tzids(tzinfo: datetime.tzinfo | None) -> set[str]: ...