Skip to content

Commit d8b5dac

Browse files
authored
py(deps): libvcs 0.28.1 -> 0.28.2 (git rev-list fix, #440)
See also: - vcs-python/libvcs#455 - Fixes #438
2 parents 144c104 + 67b9250 commit d8b5dac

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGES

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

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

24+
### Fixes
25+
26+
- libvcs: 0.28.0 -> 0.28.1 (#440)
27+
28+
Fixes `'--max-count': not an integer` issue when syncing git repos.
29+
30+
### Testing
31+
32+
- CI: Bump actions for Node 20 (#439)
33+
2434
## vcspull v1.28.0 (2024-02-07)
2535

2636
_Maintenance only, no bug fixes or new features_

poetry.lock

Lines changed: 5 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
@@ -61,7 +61,7 @@ vcspull = 'vcspull:cli.cli'
6161

6262
[tool.poetry.dependencies]
6363
python = "^3.9"
64-
libvcs = "~0.28.1"
64+
libvcs = "~0.28.2"
6565
colorama = ">=0.3.9"
6666
PyYAML = "^6.0"
6767

0 commit comments

Comments
 (0)