Update click version

see https://github.com/pallets/click/issues/1903
This commit is contained in:
sonny 2021-05-29 16:37:33 +02:00
parent a924c5400b
commit fd642203d7
2 changed files with 182 additions and 142 deletions

View file

@ -7,7 +7,7 @@ license = "GPL-3.0"
[tool.poetry.dependencies]
python = "^3.7"
click = "8.0"
click = "^8.0.1"
python-dotenv = "^0.15.0"
requests = "^2.25.1"
sentry_sdk = {version = "^0.19.5", optional = true}