From d3150a7029540b1a00b477b506d2260cd63003de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 18:38:43 +0000 Subject: [PATCH] chore(deps): bump apscheduler in /examples/using-apscheduler Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.10.1 to 3.10.4. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Changelog](https://github.com/agronholm/apscheduler/blob/3.10.4/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/3.10.1...3.10.4) --- updated-dependencies: - dependency-name: apscheduler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/using-apscheduler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-apscheduler/requirements.txt b/examples/using-apscheduler/requirements.txt index fa726c0..5d92140 100644 --- a/examples/using-apscheduler/requirements.txt +++ b/examples/using-apscheduler/requirements.txt @@ -1,2 +1,2 @@ -APScheduler==3.10.1 +APScheduler==3.10.4 redis \ No newline at end of file