From 01257abacde9af18f4094f4e52049028fe813ca8 Mon Sep 17 00:00:00 2001 From: matejcik Date: Tue, 21 Jun 2022 12:02:30 +0200 Subject: [PATCH] build(python): bump click to 8.1 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- python/requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34da32890..744cb3cf6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -104,11 +104,11 @@ unicode_backport = ["unicodedata2"] [[package]] name = "click" -version = "8.0.4" +version = "8.1.3" description = "Composable command line interface toolkit" category = "main" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] colorama = {version = "*", markers = "platform_system == \"Windows\""} @@ -1011,7 +1011,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "721210ce2a9fab14d2bf71ea2dc39a7bc6ee228502cf1081b73c5d6c10f28b7d" +content-hash = "65f34c04e59cf2afeb3bb80b63027b00a6c13e395f0e2a1d354c2668f8de53d8" [metadata.files] astroid = [ @@ -1094,8 +1094,8 @@ charset-normalizer = [ {file = "charset_normalizer-2.0.11-py3-none-any.whl", hash = "sha256:2842d8f5e82a1f6aa437380934d5e1cd4fcf2003b06fed6940769c164a480a45"}, ] click = [ - {file = "click-8.0.4-py3-none-any.whl", hash = "sha256:6a7a62563bbfabfda3a38f3023a1db4a35978c0abd76f6c9605ecd6554d6d9b1"}, - {file = "click-8.0.4.tar.gz", hash = "sha256:8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"}, + {file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"}, + {file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"}, ] click-default-group = [ {file = "click-default-group-1.2.2.tar.gz", hash = "sha256:d9560e8e8dfa44b3562fbc9425042a0fd6d21956fcc2db0077f63f34253ab904"}, diff --git a/pyproject.toml b/pyproject.toml index 9d04085f8..d5840654b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ demjson3 = "*" graphviz = "*" ## cointool -click = "^8.0" +click = "^8" ed25519 = "^1.4" requests = "^2.19" termcolor = "*" diff --git a/python/requirements.txt b/python/requirements.txt index ec978cb52..6db6a087a 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,7 +1,7 @@ ecdsa>=0.9 mnemonic>=0.20 requests>=2.4.0 -click>=7,<8.1 +click>=7,<8.2 libusb1>=1.6.4 construct>=2.9,!=2.10.55 typing_extensions>=3.10