diff --git a/poetry.lock b/poetry.lock index 9e111e30c..68fc84c06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -920,14 +920,14 @@ files = [ [[package]] name = "typer" -version = "0.21.0" +version = "0.21.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "typer-0.21.0-py3-none-any.whl", hash = "sha256:c79c01ca6b30af9fd48284058a7056ba0d3bf5cf10d0ff3d0c5b11b68c258ac6"}, - {file = "typer-0.21.0.tar.gz", hash = "sha256:c87c0d2b6eee3b49c5c64649ec92425492c14488096dfbc8a0c2799b2f6f9c53"}, + {file = "typer-0.21.1-py3-none-any.whl", hash = "sha256:7985e89081c636b88d172c2ee0cfe33c253160994d47bdfdc302defd7d1f1d01"}, + {file = "typer-0.21.1.tar.gz", hash = "sha256:ea835607cd752343b6b2b7ce676893e5a0324082268b48f27aa058bdb7d2145d"}, ] [package.dependencies] @@ -984,4 +984,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "7456b7ba64f4581081ca4a0bd2276cfc37601b00b1a2d8f2599e6ff3e3314b53" +content-hash = "4ea2e63a73aafb09a062f628cf04efffc7f46134ed692520679c6604751a68ee" diff --git a/pyproject.toml b/pyproject.toml index a201772b1..5a174ceb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.26.0" requests = "^2.32.5" ruamel-yaml = "^0.18.16" pydantic = "^2.12.5" -typer = "^0.21.0" +typer = "^0.21.1" hypothesis = "^6.148.7" pytest = "^9.0.2"