From 3b729ac7ffb39e695b2431fcfcd647d9d5ad5f7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2019 02:23:03 +0000 Subject: [PATCH] chore(deps): update apscheduler requirement from ~=3.6.0 to ~=3.6.1 Updates the requirements on [apscheduler](https://github.com/agronholm/apscheduler) to permit the latest version. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Changelog](https://github.com/agronholm/apscheduler/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/v3.6.0...v3.6.1) Signed-off-by: dependabot-preview[bot] --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 077bc0ca94..341d731417 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -18,7 +18,7 @@ itsdangerous~=0.24 humanize~=0.5.1 celery~=4.3 redis~=3.2 -apscheduler~=3.6.0 +apscheduler~=3.6.1 pillow~=6.1.0 amqp~=2.5 gunicorn~=19.9