From cffa2fc68f82a557088ecb8ad640b1b6e1c9e41e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:35:06 +0000 Subject: [PATCH] build(deps): Update schedule requirement from >=1.1.0 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.1.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 d3a8b9e..1d3f897 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ requests>=2.28.0 pycryptodome>=3.15.0 flask>=2.0.0 flask-cors>=3.0.10 -schedule>=1.1.0 +schedule>=1.2.2 python-dateutil>=2.8.2 werkzeug>=2.0.0 gunicorn>=20.1.0