diff --git a/poetry.lock b/poetry.lock index e0f204c..247d955 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1244,4 +1244,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "ab7c856478e1874baf14515958c7a8c44adb5a562f4f9d368ee8104fbd12d32c" +content-hash = "68663ce40ba8a7c7f7cc7868e5f771472555773ff2ef04dad7e0150218ca3eb0" diff --git a/pyproject.toml b/pyproject.toml index 4aee56a..6e04d8f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ doit = "^0.36.0" # Dependencies required for linting the code. [tool.poetry.group.lint.dependencies] +click = "*" # Install click so mypy is able to reason about it. mypy = "*" ruff = "*" types-colorama = "*"