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) 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" ]