From f1799fcf344761408a2f8cb148236428a6d259b9 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Thu, 6 Nov 2025 00:15:49 +0000 Subject: [PATCH] [stubsabot] Bump icalendar to 6.3.2 Release: https://pypi.org/pypi/icalendar/6.3.2 Homepage: https://icalendar.readthedocs.io/ Repository: https://github.com/collective/icalendar Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/icalendar Changelog: https://icalendar.readthedocs.io/en/latest/changelog.html Diff: https://github.com/collective/icalendar/compare/v6.3.1...v6.3.2 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 33. - Total lines of Python code deleted: 8. If stubtest fails for this PR: - Leave this PR open (as a reminder, and to prevent stubsabot from opening another PR) - Fix stubtest failures in another PR, then close this PR Note that you will need to close and re-open the PR in order to trigger CI --- stubs/icalendar/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/icalendar/METADATA.toml b/stubs/icalendar/METADATA.toml index e789388aa886..9fbe58c111a2 100644 --- a/stubs/icalendar/METADATA.toml +++ b/stubs/icalendar/METADATA.toml @@ -1,4 +1,4 @@ -version = "6.3.1" +version = "6.3.2" upstream_repository = "https://github.com/collective/icalendar" requires = ["types-python-dateutil", "types-pytz"]