diff --git a/poetry.lock b/poetry.lock index 9425742..582a142 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "black" @@ -47,14 +47,14 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "click" -version = "8.2.1" +version = "8.3.0" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "click-8.2.1-py3-none-any.whl", hash = "sha256:61a3265b914e850b85317d0b3109c7f8cd35a670f963866005d6ef1d5175a12b"}, - {file = "click-8.2.1.tar.gz", hash = "sha256:27c491cc05d968d271d5a1db13e3b5a184636d9d930f148c50b038f0d0646202"}, + {file = "click-8.3.0-py3-none-any.whl", hash = "sha256:9b9f285302c6e3064f4330c05f05b81945b2a39544279343e6e7c5f27a9baddc"}, + {file = "click-8.3.0.tar.gz", hash = "sha256:e7b8232224eba16f4ebe410c25ced9f7875cb5f3263ffc93cc3e8da705e229c4"}, ] [package.dependencies] @@ -294,4 +294,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "624519a93d5fe99e8c8577e7b0feb40fa635157179369b7898dad08e86a4618c" +content-hash = "18f74bd85130ccf44dccc8f38a0fbea9ca42b84a6c4e4a96379f001e45130710" diff --git a/pyproject.toml b/pyproject.toml index f18ba4b..80df928 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.11" -click = "^8.1" +click = "^8.3" [tool.poetry.group.dev.dependencies] ruff = "^0.6.9"