From 643e6ab997dd147595338b7dc9c1c23f231e137a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 16:21:09 +0000 Subject: [PATCH] Update dependency borgmatic to v1.9.1 (#155) * Update dependency borgmatic to v1.9.1 * Update .drone.yml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: modem7 --- .drone.yml | 2 +- base-fullbuild/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ef6d6af..6bb2817 100755 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: from_secret: docker_password tags: - latest - - 1.9.0-1.4.0 + - 1.9.1-1.4.0 - name: pushrm-dockerhub image: chko/docker-pushrm diff --git a/base-fullbuild/requirements.txt b/base-fullbuild/requirements.txt index 201607e..e86c66a 100755 --- a/base-fullbuild/requirements.txt +++ b/base-fullbuild/requirements.txt @@ -1,5 +1,5 @@ --extra-index-url https://dl.cloudsmith.io/public/modem7/wheels/python/simple/ borgbackup==1.4.0 -borgmatic[apprise]==1.9.0 +borgmatic[apprise]==1.9.1 llfuse==1.5.1 \ No newline at end of file