From dea08e07df6da4b9692bff7be6ccbfc348282a4b Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Tue, 27 Aug 2024 16:57:28 +0200 Subject: [PATCH] Fix beangrow Their dependency definition ends up requiring a SSH clone, which pip fails to do. --- images/fava/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/fava/requirements.txt b/images/fava/requirements.txt index 81b33e5..b0668f0 100644 --- a/images/fava/requirements.txt +++ b/images/fava/requirements.txt @@ -6,7 +6,7 @@ fava_envelope==0.5.9 fava-investor==0.7.0 # renovate: branch=main git+https://github.com/andreasgerstmayr/fava-dashboards.git@50a0b7c8b20e50b15bf491329e1ecab6598d8b96 -git+https://github.com/beancount/beangrow.git@56f1c2a62c808917fad66fbaa4aa4028a6d2def6 +git+https://github.com/beancount/beangrow.git@8bc91509db0454ad87e257431c74d4d52e991bc9 # renovate: branch=main git+https://github.com/daniel-wells/beancount_checkclosed.git@5abc380703105c12b518144f83a5c4fe25cc8f39 # renovate: branch=main