diff --git a/CHANGES b/CHANGES index aba80603..50cfd526 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 diff --git a/pyproject.toml b/pyproject.toml index 5e9ff711..7eab06e2 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 37c05356..f327eeae 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" }, ]