mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-09-21 02:33:18 +08:00
[icalendar] Update to 6.1.* (#13109)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
version = "~= 6.0.1"
|
||||
version = "6.1.*"
|
||||
upstream_repository = "https://github.com/collective/icalendar"
|
||||
requires = ["types-python-dateutil", "backports.zoneinfo; python_version<'3.9'"]
|
||||
requires = [
|
||||
"types-python-dateutil",
|
||||
"types-pytz",
|
||||
"backports.zoneinfo; python_version<'3.9'",
|
||||
]
|
||||
|
||||
[tool.stubtest]
|
||||
stubtest_requirements = ["pytz"]
|
||||
|
||||
Reference in New Issue
Block a user