diff --git a/poetry.lock b/poetry.lock index f43ceeb..f7130d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -33,14 +33,14 @@ tests-mypy = ["mypy (>=1.11.1) ; platform_python_implementation == \"CPython\" a [[package]] name = "click" -version = "8.1.8" +version = "8.2.1" description = "Composable command line interface toolkit" optional = false -python-versions = ">=3.7" +python-versions = ">=3.10" groups = ["main"] files = [ - {file = "click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2"}, - {file = "click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a"}, + {file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"}, + {file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"}, ] [package.dependencies] @@ -655,4 +655,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "8552738a4dca8c2cf5f3ebff09dd7694cdae417305534d5f5e7bea1dc821d5ce" +content-hash = "6176ea941278bc609952e2c7486e68fec57647077de0f57c023d2baef9a64892" diff --git a/pyproject.toml b/pyproject.toml index 523eff9..93021b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT License" [tool.poetry.dependencies] python = "^3.10" -click = "^8.1.8" +click = "^8.2.1" loguru = "^0.7.3" omegaconf = "^2.3.0" tqdm = "^4.67.1"