diff --git a/poetry.lock b/poetry.lock index b8e524da..00e268c9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -277,7 +277,7 @@ python-versions = ">=3.6" [[package]] name = "libvcs" -version = "0.14.0a0" +version = "0.14.0a2" description = "Lite, typed, python library wrapper for git, svn, mercurial, etc." category = "main" optional = false @@ -945,7 +945,7 @@ test = [] [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "955eeb99ef6c83aca8010667eebeaa1975d786947e35dab5960265bfc48959f8" +content-hash = "961c532f652eb79f7b266c09e69f89d8b46a11507003c567711f9b9949903531" [metadata.files] alabaster = [ @@ -1140,8 +1140,8 @@ lazy-object-proxy = [ {file = "lazy_object_proxy-1.7.1-pp37.pp38-none-any.whl", hash = "sha256:d66906d5785da8e0be7360912e99c9188b70f52c422f9fc18223347235691a84"}, ] libvcs = [ - {file = "libvcs-0.14.0a0-py3-none-any.whl", hash = "sha256:f6357129737070847572fef0477484ce048976ebbf11580ae5e5ee1cf2cd0376"}, - {file = "libvcs-0.14.0a0.tar.gz", hash = "sha256:b1c2d86b67925d12781082430ee181857119f56db6ee61209dca88b0012a26d0"}, + {file = "libvcs-0.14.0a2-py3-none-any.whl", hash = "sha256:bf11e30214fee80d0a530ddc4d8572d8c31882b96b9afa95f55a4f1b250c15f4"}, + {file = "libvcs-0.14.0a2.tar.gz", hash = "sha256:a4206f5ea8e56f7acbfcf50886c7ba47ce0527ec77e9c506cd1db57ce5de9890"}, ] livereload = [ {file = "livereload-2.6.3.tar.gz", hash = "sha256:776f2f865e59fde56490a56bcc6773b6917366bce0c267c60ee8aaf1a0959869"}, diff --git a/pyproject.toml b/pyproject.toml index 7ff8b580..1bb9cf07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ vcspull = 'vcspull:cli.cli' python = "^3.9" click = "~8" kaptan = "*" -libvcs = "0.14.0a0" +libvcs = "0.14.0a2" colorama = ">=0.3.9" [tool.poetry.dev-dependencies]