From 335a2275eaec4acad9bfbadaef236926f6fc5b46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:58:10 +0000 Subject: [PATCH] Bump click from 8.1.3 to 8.1.7 Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.7. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.3...8.1.7) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 175c0d2..da45c95 100644 --- a/poetry.lock +++ b/poetry.lock @@ -202,13 +202,13 @@ files = [ [[package]] name = "click" -version = "8.1.3" +version = "8.1.7" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.7" files = [ - {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, - {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, + {file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"}, + {file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"}, ] [package.dependencies] @@ -945,4 +945,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "efc9e17a4c322481314c6b39067c356a4693b9be69341b7fd819bbb00553b3c5" +content-hash = "d8ceea1762857ef78f97f0432c77ccc8d9f6b807ea8238b50d2d70a13bfec0e1" diff --git a/pyproject.toml b/pyproject.toml index 9afe945..124aba4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ PyGithub = "^1.59.0" dirhash = "^0.2.1" "ruamel.yaml" = "^0.17.32" loguru = "^0.7.0" -click = "^8.1.3" +click = "^8.1.7" questionary = "^1.10.0" pydantic = "<2" tabulate = "^0.9.0"