From 738acef8d472e7aae1dec95f2257a09939c0b2d5 Mon Sep 17 00:00:00 2001 From: eheinrich Date: Thu, 19 Aug 2021 12:57:40 -0700 Subject: [PATCH] Increase version of apscheduler which should default to timezone utc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50ab5f7c..9c5cf19f 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ use_scm_version=True, setup_requires=['setuptools_scm', 'wheel', 'numpy>=1.16,<1.17'], install_requires=[ - 'apscheduler>=3.6,<3.7', + 'apscheduler>=3.7,<3.8', 'boto3<2.0', 'cerberus>1.0,<2.0', 'django>=2.2,<2.3',