Skip to content

Commit 922117c

Browse files
authored
build(deps): libvcs 0.19.0 (#408)
Internal command and sync refactor libvcs update: vcs-python/libvcs#430
2 parents b64347e + 2e668e9 commit 922117c

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

CHANGES

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

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

24+
**Maintenance release, no features or fixes**
25+
26+
### Internal
27+
28+
- Bump libvcs 0.18.1 -> 0.19.0 (#408)
29+
30+
Refactor of sync and commands. Syncing now uses commands instead of invoking
31+
directly through `run()`.
32+
2433
## vcspull v1.16.0 (2022-10-23)
2534

2635
**Maintenance release, no features or fixes**

poetry.lock

Lines changed: 11 additions & 4 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
@@ -59,7 +59,7 @@ vcspull = 'vcspull:cli.cli'
5959

6060
[tool.poetry.dependencies]
6161
python = "^3.9"
62-
libvcs = "~0.18.1"
62+
libvcs = "~0.19.0"
6363
colorama = ">=0.3.9"
6464
PyYAML = "^6.0"
6565

0 commit comments

Comments
 (0)