Skip to content

Commit 50472b9

Browse files
authored
Merge pull request #1 from centreon/update-typer
Update typer
2 parents dc17559 + 1964496 commit 50472b9

2 files changed

Lines changed: 103 additions & 56 deletions

File tree

poetry.lock

Lines changed: 102 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ python = "^3.8"
2020
click = "^8.0.1"
2121
requests = "^2.26.0"
2222
urllib3 = "^1.26.6"
23-
typer = "^0.4.0"
23+
typer = {extras = ["all"], version = "^0.6.1"}
2424

2525
[tool.poetry.dev-dependencies]
2626
requests-mock = "^1.9.3"

0 commit comments

Comments
 (0)