From 1d65bc111a3cb6b4a8c19e5cb8d47b8c5e09b934 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Fri, 3 Jul 2026 00:35:42 +0000 Subject: [PATCH] [stubsabot] Bump croniter to 6.2.3 Release: https://pypi.org/pypi/croniter/6.2.3 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.2...6.2.3 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 73. - Total lines of Python code deleted: 2. 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 529763bce322..54aa389f8a7e 100644 --- a/stubs/croniter/METADATA.toml +++ b/stubs/croniter/METADATA.toml @@ -1,2 +1,2 @@ -version = "6.2.2" +version = "6.2.3" upstream-repository = "https://github.com/pallets-eco/croniter"