diff --git a/poetry.lock b/poetry.lock index f1f1008318..3fb030123d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -798,13 +798,13 @@ files = [ [[package]] name = "typer" -version = "0.12.3" +version = "0.12.5" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, - {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, + {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"}, + {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"}, ] [package.dependencies] @@ -844,4 +844,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "8726263f0922aaa05a2b49b0204ba9f65b8e65dc0b99caa7ba2a51c2862f7cd2" +content-hash = "95dcee0336d5d4458970cd4d24dee980a72a648c24a69cc7cb634b5a72a534ae" diff --git a/pyproject.toml b/pyproject.toml index bd2dce1c3e..2a0f61fac1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.23.0" requests = "^2.32.3" ruamel-yaml = "^0.18.6" pydantic = "^2.8.2" -typer = "^0.12.3" +typer = "^0.12.5" hypothesis = "^6.111.2" pytest = "^8.3.2"