From 215ed392a11598eac228f57341dbfd232cf770e3 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Tue, 26 Mar 2019 13:27:16 -0700 Subject: [PATCH] Bump python lib croniter to an existing version (#7132) Package maintainers should really never delete packages, but it appears this happened with croniter and resulted in breaking our builds. This PR bumps to a more recent existing version of the library --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b20d0c421a380..4b6b4f56edcab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ chardet==3.0.4 # via requests click==6.7 colorama==0.3.9 contextlib2==0.5.5 -croniter==0.3.26 +croniter==0.3.29 cryptography==2.4.2 decorator==4.3.0 # via retry defusedxml==0.5.0 # via python3-openid diff --git a/setup.py b/setup.py index 3c732b8e3df1e..500bed6d23204 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def get_git_sha(): 'click>=6.0, <7.0.0', # `click`>=7 forces "-" instead of "_" 'colorama', 'contextlib2', - 'croniter>=0.3.26', + 'croniter>=0.3.28', 'cryptography>=2.4.2', 'flask>=1.0.0, <2.0.0', 'flask-appbuilder>=1.12.5, <2.0.0',