From e8453bc8917b1c507b19a3da5cb4b6a54524608c Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Mon, 16 Mar 2026 00:25:37 +0000 Subject: [PATCH] [stubsabot] Bump croniter to 6.2.2 Release: https://pypi.org/pypi/croniter/6.2.2 Homepage: https://github.com/pallets-eco/croniter Repository: https://github.com/pallets-eco/croniter Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/croniter Diff: https://github.com/pallets-eco/croniter/compare/6.2.0...6.2.2 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 13. - Total lines of Python code deleted: 1. 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/croniter/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/croniter/METADATA.toml b/stubs/croniter/METADATA.toml index 8ef29a95411b..f5736563c005 100644 --- a/stubs/croniter/METADATA.toml +++ b/stubs/croniter/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.2.0" +version = "6.2.2" upstream_repository = "https://github.com/pallets-eco/croniter"