From 4e9dc6d9a97333fd14891eb363808ce1312abc06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 15:28:31 +0000 Subject: [PATCH] chore(deps): Bump schedule from 1.2.0 to 1.2.1 in /rootfs/webapp Bumps [schedule](https://github.com/dbader/schedule) from 1.2.0 to 1.2.1. - [Changelog](https://github.com/dbader/schedule/blob/master/HISTORY.rst) - [Commits](https://github.com/dbader/schedule/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: schedule dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rootfs/webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/webapp/requirements.txt b/rootfs/webapp/requirements.txt index 3a24133a..c9ce7f74 100644 --- a/rootfs/webapp/requirements.txt +++ b/rootfs/webapp/requirements.txt @@ -4,5 +4,5 @@ Flask-SocketIO==5.3.6 gunicorn[eventlet]==21.2.0 requests==2.31.0 rrdtool==0.1.16 -schedule==1.2.0 +schedule==1.2.1 sqlalchemy==2.0.21