From a24852f8071e679eb997141fe0ac75b4d48b637a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 6 Dec 2025 11:22:12 -0600 Subject: [PATCH 1/2] py(deps) libvcs 0.38.0 -> 0.38.1 See also: https://libvcs.git-pull.com/history.html#libvcs-0-38-1-2025-12-06 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3c617a26..c05f224f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ keywords = [ ] homepage = "https://vcspull.git-pull.com" dependencies = [ - "libvcs~=0.38.0", + "libvcs~=0.38.1", "colorama>=0.3.9", "PyYAML>=6.0" ] From c24a51d42b5ddcd55ffb6ccd9f893d02c7b35f8a Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Sat, 6 Dec 2025 11:23:24 -0600 Subject: [PATCH 2/2] doc(CHANGES) Note libvcs bump --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 3e9447ba..b354ea20 100644 --- a/CHANGES +++ b/CHANGES @@ -31,6 +31,10 @@ $ uvx --from 'vcspull' --prerelease allow vcspull +### Breaking changes + +- Bump minimum libvcs from v0.38.0 -> v0.38.1 (#491) + ### Documentation #### Fix Sphinx autodoc indentation errors (#490)