Skip to content

Commit 8c94511

Browse files
authored
icalendar: update (#13737)
Fixes #13735
1 parent 71e01e3 commit 8c94511

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

stubs/icalendar/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "~= 6.1.2"
1+
version = "6.1.3"
22
upstream_repository = "https://github.com/collective/icalendar"
33
requires = ["types-python-dateutil", "types-pytz"]
44

stubs/icalendar/icalendar/timezone/tzid.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ __all__ = ["tzid_from_tzinfo", "tzid_from_dt", "tzids_from_tzinfo"]
55
def tzids_from_tzinfo(tzinfo: datetime.tzinfo | None) -> tuple[str, ...]: ...
66
def tzid_from_tzinfo(tzinfo: datetime.tzinfo | None) -> str | None: ...
77
def tzid_from_dt(dt: datetime.datetime) -> str | None: ...
8-
def tzinfo2tzids(tzinfo: datetime.tzinfo | None) -> set[str]: ...

0 commit comments

Comments
 (0)