From 403b72839a40fe1242826491d14ad1a5818061aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Mar 2023 08:56:36 +0000 Subject: [PATCH] Bump apscheduler from 3.6.3 to 3.10.1 Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.6.3 to 3.10.1. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Changelog](https://github.com/agronholm/apscheduler/blob/3.10.1/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/v3.6.3...3.10.1) --- updated-dependencies: - dependency-name: apscheduler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 60781df..e78cb29 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apscheduler==3.6.3 +apscheduler==3.10.1 peewee==3.14.0 PyMySQL==0.10.1 schedule==0.6.0