From 0442cd776d0b37979a51757f9f84667e12aa234b Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Wed, 24 Jul 2024 00:13:56 +0000 Subject: [PATCH] [stubsabot] Bump croniter to 3.0.* Release: https://pypi.org/pypi/croniter/3.0.0 Homepage: http://github.com/kiorky/croniter Repository: https://github.com/kiorky/croniter Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/croniter Diff: https://github.com/kiorky/croniter/compare/2.0.7...3.0.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 388. - Total lines of Python code deleted: 72. 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 882feb99b2b0..5f41f6e4c3b3 100644 --- a/stubs/croniter/METADATA.toml +++ b/stubs/croniter/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.0.*" +version = "3.0.*" upstream_repository = "https://github.com/kiorky/croniter"