Skip to content

Commit 6007267

Browse files
authored
[icalendar] Update to 6.3.1 (#14105)
1 parent 66cf58e commit 6007267

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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.3.*"
1+
version = "6.3.1"
22
upstream_repository = "https://github.com/collective/icalendar"
33
requires = ["types-python-dateutil", "types-pytz"]
44

stubs/icalendar/icalendar/parser.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def q_join(lst: Iterable[str], sep: str = ",", always_quote: bool = False) -> st
5858

5959
class Parameters(CaselessDict[str]):
6060
always_quoted: ClassVar[tuple[str, ...]]
61+
quote_also: ClassVar[dict[str, str]]
6162
def params(self) -> dict_keys[str, str]: ...
6263
def to_ical(self, sorted: bool = True) -> bytes: ...
6364
@classmethod

0 commit comments

Comments
 (0)