From 64be99a0484dddde8077580be24a1673ed5c0c20 Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 18 Jun 2024 07:57:28 -0500 Subject: [PATCH 1/2] build(deps): libvcs 0.30.0 -> 0.30.1 (AWS CodeCommit URL detection) --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 873faf73..150fe4bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -424,13 +424,13 @@ i18n = ["Babel (>=2.7)"] [[package]] name = "libvcs" -version = "0.30.0" +version = "0.30.1" description = "Lite, typed, python utilities for Git, SVN, Mercurial, etc." optional = false python-versions = "<4.0,>=3.9" files = [ - {file = "libvcs-0.30.0-py3-none-any.whl", hash = "sha256:da11a719b08fcb8072af708c00451015cf34e644c6d4c8442d66e7ba128ea4bc"}, - {file = "libvcs-0.30.0.tar.gz", hash = "sha256:60be24d5d8865f46c07c68381c5477f07578aa2f22519d8ada35dc05b8dc3642"}, + {file = "libvcs-0.30.1-py3-none-any.whl", hash = "sha256:ffc5f1f837db2e095d520dd5d264128739c84c04d8fd4b06f853e690d0d1c53a"}, + {file = "libvcs-0.30.1.tar.gz", hash = "sha256:1197167222cf1e9f17c34a756f907e5053469e7aacb4bbbd0ffa2c3e617a5c4b"}, ] [package.dependencies] @@ -1538,4 +1538,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a51b68c22ff246ed8fcf7daf71d500165f22fa541e548e1ad4e7c98197d70d7f" +content-hash = "742881a9c50fa352a5ad74073456f5a543507fc87c49e53da43b91650c54b637" diff --git a/pyproject.toml b/pyproject.toml index 23109bec..36417fc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ vcspull = 'vcspull:cli.cli' [tool.poetry.dependencies] python = "^3.9" -libvcs = "~0.30.0" +libvcs = "~0.30.1" colorama = ">=0.3.9" PyYAML = "^6.0" From 0b6f6652577173b2ba6643a7c609fff60350360e Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Tue, 18 Jun 2024 07:59:46 -0500 Subject: [PATCH 2/2] docs(CHANGES): Note libvcs 0.30.1 bump --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index fe432126..62c67dd8 100644 --- a/CHANGES +++ b/CHANGES @@ -23,7 +23,7 @@ $ pipx install --suffix=@next 'vcspull' --pip-args '\--pre' --force ### Breaking changes -- libvcs: 0.29.0 -> 0.30.0 (#449) +- libvcs: 0.29.0 -> 0.30.1 (#449, #450) [AWS CodeCommit] support.