From 02c587eeed71f746f99152e27163276db434d6db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:40:57 +0000 Subject: [PATCH] Update schedule requirement from >=1.2 to >=1.2.2 Updates the requirements on [schedule](https://github.com/dbader/schedule) to permit the latest version. - [Changelog](https://github.com/dbader/schedule/blob/master/HISTORY.rst) - [Commits](https://github.com/dbader/schedule/compare/1.2.0...1.2.2) --- updated-dependencies: - dependency-name: schedule dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bae2092..53755f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ flask>=3.0 gunicorn>=22.0 requests==2.33.1 cryptography==48.0.0 -schedule>=1.2 +schedule>=1.2.2 msal>=1.36.0