From 06ea1958aa7bda8c6d127c82fc751a0b3ea059e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:22:45 +0000 Subject: [PATCH] chore(deps): bump schedule from 1.2.0 to 1.2.2 in /backend Bumps [schedule](https://github.com/dbader/schedule) from 1.2.0 to 1.2.2. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 8afda28..9cb65eb 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -55,5 +55,5 @@ faker==40.12.0 # Utilities python-dotenv==1.2.2 -schedule==1.2.0 +schedule==1.2.2 tenacity==9.1.4