From 4e65d91bc91ece50f49456006b43410fb8d20026 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 1 Dec 2023 18:29:34 -1000 Subject: [PATCH] pkg: ui: upper bounds for vty & brick --- hledger-ui/package.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index dd0a89798..62f86e12a 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -102,8 +102,8 @@ library: - transformers - vector # not installable on windows, cf buildable flag below - - brick >=1.5 - - vty >=5.15 + - brick >=1.5 && <2 + - vty >=5.15 && <6 - unix executables: