Skip to content

Commit 6c1d2a5

Browse files
authored
py(deps) libvcs 0.33.0 -> 0.34.0 (#456)
2 parents 0517405 + 185cea0 commit 6c1d2a5

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force
2121

2222
<!-- Maintainers, insert changes / features for the next release here -->
2323

24+
#### libvcs 0.33.0 -> 0.34.0 (#456)
25+
26+
First libvcs release built with `uv` package and project manager. No changes to libvcs API itself.
27+
2428
## vcspull v1.32.0 (2024-10-13)
2529

2630
_Maintenance only, no bug fixes or new features_

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ vcspull = 'vcspull:cli.cli'
6262

6363
[tool.poetry.dependencies]
6464
python = "^3.9"
65-
libvcs = "~0.33.0"
65+
libvcs = "~0.34.0"
6666
colorama = ">=0.3.9"
6767
PyYAML = "^6.0"
6868

0 commit comments

Comments
 (0)