From 55103a6a0416ad20e64c3b527499884c32052d8e Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 27 Feb 2023 00:11:58 +0000 Subject: [PATCH] [stubsabot] Bump caldav to 1.2.* Release: https://pypi.org/pypi/caldav/1.2.0 Homepage: https://github.com/python-caldav/caldav Diff: https://github.com/python-caldav/caldav/compare/v1.0.1...v1.2.0 Stubsabot analysis of the diff between the two releases: - 0 public Python files have been added. - 0 files included in typeshed's stubs have been deleted. - 6 files included in typeshed's stubs have been modified or renamed: `caldav/__init__.py`, `caldav/davclient.py`, `caldav/elements/base.py`, `caldav/lib/url.py`, `caldav/lib/vcal.py`, `caldav/objects.py`. - Total lines of Python code added: 559. - Total lines of Python code deleted: 343. 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/caldav/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/caldav/METADATA.toml b/stubs/caldav/METADATA.toml index 86bc0d792f89..7781cfecfdfe 100644 --- a/stubs/caldav/METADATA.toml +++ b/stubs/caldav/METADATA.toml @@ -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"]