From e9a4ce03c4f722a92f3675c563978649b791d085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 03:21:58 +0000 Subject: [PATCH] Bump apscheduler from 3.10.1 to 3.10.2 Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.10.1 to 3.10.2. - [Changelog](https://github.com/agronholm/apscheduler/blob/3.10.2/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/apscheduler/compare/3.10.1...3.10.2) --- updated-dependencies: - dependency-name: apscheduler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ee04552..2206157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ description = "Requests Automation Framework" requires-python = ">=3.9" license = { text = "MIT" } dependencies = [ - "requests", "Flask", "APScheduler==3.10.1", "httpx" + "requests", "Flask", "APScheduler==3.10.2", "httpx" ] classifiers = [ "Programming Language :: Python :: 3.9",