From df742365cfb6be099843e287ee7469a576646e93 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 11:18:26 +0000 Subject: [PATCH] build(deps): bump click from 7.1.2 to 8.0.1 Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1. - [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/7.1.2...8.0.1) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 14 +++++++++----- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index f4b6868..a4788bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -104,11 +104,15 @@ python-versions = "*" [[package]] name = "click" -version = "7.1.2" +version = "8.0.1" description = "Composable command line interface toolkit" category = "main" optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.6" + +[package.dependencies] +colorama = {version = "*", markers = "platform_system == \"Windows\""} +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "colorama" @@ -907,7 +911,7 @@ docs = ["sphinx", "sphinx_rtd_theme", "sphinx-jsonschema"] [metadata] lock-version = "1.1" python-versions = "^3.6" -content-hash = "512480e29a4be88ea52c2e08b1d67dba3ae2f1f5553fc3a12d4d65efb364335a" +content-hash = "0f3f36985fe5aed40459c1c03888185cdc67f741db9c2c18edca1f748beca3c8" [metadata.files] alabaster = [ @@ -950,8 +954,8 @@ chardet = [ {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"}, ] click = [ - {file = "click-7.1.2-py2.py3-none-any.whl", hash = "sha256:dacca89f4bfadd5de3d7489b7c8a566eee0d3676333fbb50030263894c38c0dc"}, - {file = "click-7.1.2.tar.gz", hash = "sha256:d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a"}, + {file = "click-8.0.1-py3-none-any.whl", hash = "sha256:fba402a4a47334742d782209a7c79bc448911afe1149d07bdabdf480b3e2f4b6"}, + {file = "click-8.0.1.tar.gz", hash = "sha256:8c04c11192119b1ef78ea049e0a6f0463e4c48ef00a30160c704337586f3ad7a"}, ] colorama = [ {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"}, diff --git a/pyproject.toml b/pyproject.toml index 4e835dd..0011b08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ Jinja2 = "^2.11.2" kubernetes = "^12.0.0" requests = "^2.24.0" requests-toolbelt = "^0.9.1" -click = "^7.1.2" +click = ">=7.1.2,<9.0.0" # Docs build dependencies sphinx = { version = "^3.3.0", optional = true }