From 2e65bb66902ae236cf7cdc29dfdea3617b4dde9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 01:04:32 +0000 Subject: [PATCH] build(deps): Bump apscheduler from 3.10.1 to 3.10.3 Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.10.1 to 3.10.3. - [Changelog](https://github.com/agronholm/apscheduler/blob/3.10.3/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/3.10.1...3.10.3) --- updated-dependencies: - dependency-name: apscheduler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ac0402cf4f..25faa3c69d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ url-normalize==1.4.3 # utils colorlog==6.7.0 -APScheduler==3.10.1 +APScheduler==3.10.3 python-dotenv==0.21.0 multidict==6.0.4 asyncstdlib==3.10.8