From ca7baa88c065b05191b9e0fe227b0a44a67ca019 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 21 Jun 2025 13:32:57 -0500 Subject: [PATCH 1/2] py(deps) libvcs 0.35.0 -> 0.35.1 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5e9ff7116..7eab06e2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ keywords = [ ] homepage = "https://vcspull.git-pull.com" dependencies = [ - "libvcs~=0.35.0", + "libvcs~=0.35.1", "colorama>=0.3.9", "PyYAML>=6.0" ] diff --git a/uv.lock b/uv.lock index 37c053564..f327eeae9 100644 --- a/uv.lock +++ b/uv.lock @@ -1313,7 +1313,7 @@ typings = [ [package.metadata] requires-dist = [ { name = "colorama", specifier = ">=0.3.9" }, - { name = "libvcs", specifier = "~=0.35.0" }, + { name = "libvcs", specifier = "~=0.35.1" }, { name = "pyyaml", specifier = ">=6.0" }, ] From f950f688ce3d480a7f43029fca5fedd4ce8df71d Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 21 Jun 2025 13:34:36 -0500 Subject: [PATCH 2/2] docs(CHANGES) Note libvcs 0.35.1 bump --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index aba806032..50cfd5269 100644 --- a/CHANGES +++ b/CHANGES @@ -21,6 +21,14 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force +## vcspull v1.34.1 (unreleased) +# +### Development + +- libvcs 0.35.0 -> 0.35.1 (#466) + + Fixes issue with console streaming output, e.g. `git clone` progress. + ## vcspull v1.34.0 (2025-02-22) ### Development