From a90e71ff2f202ade747255d612b15ad1dd6321e9 Mon Sep 17 00:00:00 2001 From: stubsabot <> Date: Sun, 30 Aug 2026 00:25:46 +0000 Subject: [PATCH] [stubsabot] Bump python-crontab to 3.4.* Release: https://pypi.org/pypi/python-crontab/3.4.0 Homepage: https://gitlab.com/doctormo/python-crontab/ Repository: https://gitlab.com/doctormo/python-crontab Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/python-crontab Diff: https://gitlab.com/doctormo/python-crontab/-/compare/v3.3.0...v3.4.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. - 1 file included in typeshed's stubs has been modified or renamed: `crontab.py`. - Total lines of Python code added: 134. - Total lines of Python code deleted: 35. 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/python-crontab/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/python-crontab/METADATA.toml b/stubs/python-crontab/METADATA.toml index 6a47d346981a..292eef4021f2 100644 --- a/stubs/python-crontab/METADATA.toml +++ b/stubs/python-crontab/METADATA.toml @@ -1,3 +1,3 @@ -version = "3.3.*" +version = "3.4.*" upstream-repository = "https://gitlab.com/doctormo/python-crontab" dependencies = ["types-croniter"]