From b1cfa2366d3f9611134d6c04e172b36db90f767b Mon Sep 17 00:00:00 2001 From: Renovate Date: Tue, 27 Aug 2024 18:00:30 +0000 Subject: [PATCH] chore(deps): update dependency beancount to v3 --- images/beancount-import/requirements.txt | 2 +- images/fava/Dockerfile | 2 +- images/fava/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/beancount-import/requirements.txt b/images/beancount-import/requirements.txt index 33c2bb0..0c51ed3 100644 --- a/images/beancount-import/requirements.txt +++ b/images/beancount-import/requirements.txt @@ -1,5 +1,5 @@ # beancount-import doesn't specify this constraint itself, but is also # not compatible with v3. So we need to ensure this here. -beancount<3.0.0 +beancount<3.0.1 beancount-import==1.4.0 smart_importer==0.5 diff --git a/images/fava/Dockerfile b/images/fava/Dockerfile index 4092417..8f93e17 100644 --- a/images/fava/Dockerfile +++ b/images/fava/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=github-tags depName=beancount packageName=beancount/beancount -ARG BEANCOUNT_VERSION=2.3.6 +ARG BEANCOUNT_VERSION=3.0.0 # renovate: datasource=github-tags depName=fava packageName=beancount/fava ARG FAVA_VERSION=1.28 diff --git a/images/fava/requirements.txt b/images/fava/requirements.txt index b0668f0..50c1d07 100644 --- a/images/fava/requirements.txt +++ b/images/fava/requirements.txt @@ -1,5 +1,5 @@ # Ensure a compatible version of Beancount, including personal tooling -beancount<3.0.0 +beancount<3.0.1 beancount-reds-plugins==0.3.0 beanprice==1.2.1 fava_envelope==0.5.9 -- 2.47.2