diff --git a/poetry.lock b/poetry.lock index 16a7be98..5a6f2f06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -429,14 +429,14 @@ files = [ [[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", "dev"] 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] @@ -3151,4 +3151,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "c5f3b58b7881912e3c2b8332d082feb70dfa91d9efa85018662a04491a8b3a60" +content-hash = "c08a3513006dc33f733a6f5c8ff5554ffe2fdb3c8ed661245b820177b1054543" diff --git a/pyproject.toml b/pyproject.toml index 235859ae..38304a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ packages = [ ] [tool.poetry.dependencies] python = ">=3.12,<3.13" -click = "==8.1.8" +click = "==8.2.1" PyYAML = "==6.0.2" fastapi = "==0.115.12" uvicorn = "==0.34.2"