diff --git a/poetry.lock b/poetry.lock index ba6f0c1..3b6c040 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aiofile" @@ -469,14 +469,14 @@ files = [ [[package]] name = "click" -version = "8.3.3" +version = "8.4.1" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "click-8.3.3-py3-none-any.whl", hash = "sha256:a2bf429bb3033c89fa4936ffb35d5cb471e3719e1f3c8a7c3fff0b8314305613"}, - {file = "click-8.3.3.tar.gz", hash = "sha256:398329ad4837b2ff7cbe1dd166a4c0f8900c3ca3a218de04466f38f6497f18a2"}, + {file = "click-8.4.1-py3-none-any.whl", hash = "sha256:482be17c6991b8c19c5429a1e995d9b0efdbb63172824c41f99965dc0ade8ec2"}, + {file = "click-8.4.1.tar.gz", hash = "sha256:918b5633eddf6b41c32d4f454bf0de810065c74e3f7dbf8ee5452f8be88d3e96"}, ] [package.dependencies] @@ -1584,7 +1584,7 @@ files = [ [package.dependencies] attrs = ">=22.2.0" -jsonschema-specifications = ">=2023.03.6" +jsonschema-specifications = ">=2023.3.6" referencing = ">=0.28.4" rpds-py = ">=0.25.0" @@ -4157,4 +4157,4 @@ mcp = ["fastmcp"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "c321d78e0a53ecc375eabdb94cb5bbdc36417615b012b36f3d02201dd16a3cba" +content-hash = "9d75f23f700cf4a4d96046116797bc91e29b725fc123df7de6256e247ab42da0" diff --git a/pyproject.toml b/pyproject.toml index 532de30..58abab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ classifiers = [ ] dependencies = [ - "click>=8.3.3,<9.0.0", + "click>=8.4.1,<9.0.0", "pydantic>=2.13.4,<3.0.0", "pydantic-ai-slim[anthropic,google,mistral,openai] (>=1.97.0,<2.0.0)", "python-gitlab>=5.1.0,<6.0.0",