API - remove pinned version of Click
typing errors in 8.1.4 are fixed in next versions
This commit is contained in:
parent
2bcff2edc7
commit
0ade2da0be
8
poetry.lock
generated
8
poetry.lock
generated
@ -397,13 +397,13 @@ files = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "click"
|
name = "click"
|
||||||
version = "8.1.3"
|
version = "8.1.7"
|
||||||
description = "Composable command line interface toolkit"
|
description = "Composable command line interface toolkit"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "click-8.1.3-py3-none-any.whl", hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48"},
|
{file = "click-8.1.7-py3-none-any.whl", hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28"},
|
||||||
{file = "click-8.1.3.tar.gz", hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e"},
|
{file = "click-8.1.7.tar.gz", hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@ -2711,4 +2711,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.8.1"
|
python-versions = "^3.8.1"
|
||||||
content-hash = "e1820655c6f600c86818c32e09305b24daa5b5eca10c31e52c7af604f0c55289"
|
content-hash = "269f524bf7a13303da047ed0c2757b60ff5fc344f842648d3d9fa7a729e0812a"
|
||||||
|
@ -26,7 +26,6 @@ exclude = ["fittrackee/tests"]
|
|||||||
python = "^3.8.1"
|
python = "^3.8.1"
|
||||||
authlib = "=1.2.1"
|
authlib = "=1.2.1"
|
||||||
babel = "^2.11.0"
|
babel = "^2.11.0"
|
||||||
click = "=8.1.3"
|
|
||||||
dramatiq = {version = "^1.14", extras = ["redis"]}
|
dramatiq = {version = "^1.14", extras = ["redis"]}
|
||||||
flask = "^3.0"
|
flask = "^3.0"
|
||||||
flask-bcrypt = "^1.0"
|
flask-bcrypt = "^1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user