diff --git a/setup.py b/setup.py index 4cefd5da..dc3cd4a7 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def find_version(*file_paths): "cryptography==37.0.2", "filelock==3.0.12", 'sh==1.14.2', - 'python-crontab==2.6.0' + 'python-crontab==3.2.0' ], python_requires='>=3.8,<4', extras_require=extras_require,