2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00

build: Bump python-crontab dependency

Package v2.4.2 leads to a build error on PY 3.7, 3.8

ref: https://app.travis-ci.com/github/frappe/bench/jobs/577932789
This commit is contained in:
Gavin D'souza 2022-07-28 11:24:29 +05:30
parent 86c3c90fd9
commit 38fa45607d

View File

@ -23,7 +23,7 @@ dependencies = [
"GitPython~=2.1.15",
"honcho",
"Jinja2~=3.0.3",
"python-crontab~=2.4.0",
"python-crontab~=2.6.0",
"requests",
"semantic-version~=2.8.2",
"setuptools>40.9.0",