Update click version

This commit is contained in:
sonny 2021-05-12 20:20:45 +02:00
parent 8157eb1b3a
commit a924c5400b
3 changed files with 35 additions and 26 deletions

View file

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