Skip to content

Commit 200407b

Browse files
authored
build(deps): libvcs 0.27.0 -> 0.28.0 (QueryList improvements, #437)
2 parents a1022c5 + b76d371 commit 200407b

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGES

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

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

24+
_Maintenance only, no bug fixes or new features_
25+
26+
### Breaking changes
27+
28+
- libvcs: 0.27.0 -> 0.28.0 (#437)
29+
30+
QueryList generic typing improvements.
31+
2432
## vcspull v1.27.0 (2024-02-07)
2533

2634
_Maintenance only, no bug fixes, or new features_

poetry.lock

Lines changed: 4 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.27.0"
64+
libvcs = "~0.28.0"
6565
colorama = ">=0.3.9"
6666
PyYAML = "^6.0"
6767

0 commit comments

Comments
 (0)