[icalendar] Update to 6.3.1 (#14105)

This commit is contained in:
Sebastian Rittau
2025-05-20 14:02:44 +02:00
committed by GitHub
parent 66cf58e126
commit 6007267f68
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "6.3.*"
version = "6.3.1"
upstream_repository = "https://github.com/collective/icalendar"
requires = ["types-python-dateutil", "types-pytz"]
+1
View File
@@ -58,6 +58,7 @@ def q_join(lst: Iterable[str], sep: str = ",", always_quote: bool = False) -> st
class Parameters(CaselessDict[str]):
always_quoted: ClassVar[tuple[str, ...]]
quote_also: ClassVar[dict[str, str]]
def params(self) -> dict_keys[str, str]: ...
def to_ical(self, sorted: bool = True) -> bytes: ...
@classmethod