Update caldav to 1.2 (#9821)

Also add a few default values and replace some instances of Any with
Incomplete.
This commit is contained in:
Sebastian Rittau
2023-02-27 13:42:33 +01:00
committed by GitHub
parent 88506f0e56
commit 05453b0c0a
3 changed files with 36 additions and 31 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
version = "1.0.*"
version = "1.2.*"
# also types-lxml and types-icalendar when those stubs are added
requires = ["types-requests", "types-vobject"]