Skip to content

Commit 46befe1

Browse files
committed
py(deps) libvcs 0.32.2 -> 0.32.3 (pytest fixture fix)
Automatically includes `gitconfig` for `git_remote_repo` fixture and `hgconfig` for `hg_remote_repo` fixture, and allows the extra commit functions to accept env variables. See also: - https://github.com/vcs-python/libvcs/blob/v0.32.3/CHANGES#libvcs-0322-2024-10-13 - https://libvcs.git-pull.com/history.html#libvcs-0-32-3-2024-10-13
1 parent 8875053 commit 46befe1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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
@@ -62,7 +62,7 @@ vcspull = 'vcspull:cli.cli'
6262

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

0 commit comments

Comments
 (0)