From ce1902520930a1b3a9378a9874be3fd357603876 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Tue, 6 Aug 2024 09:06:46 -0400 Subject: [PATCH] Upgrade to vint 0.4a3 (#110) This is the latest tagged pre-release version. It contains a few bug fixes, such as support for the `..` string concatenation operation. --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a2e2d2b..acd9f79 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -setuptools==71.0.1 -vim-vint==0.3.21 +setuptools==72.1.0 +vim-vint==0.4a3