diff --git a/poetry.lock b/poetry.lock index d6c7fdfb83..a1ac96cf30 100644 --- a/poetry.lock +++ b/poetry.lock @@ -799,13 +799,13 @@ files = [ [[package]] name = "typer" -version = "0.13.1" +version = "0.14.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, - {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, + {file = "typer-0.14.0-py3-none-any.whl", hash = "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09"}, + {file = "typer-0.14.0.tar.gz", hash = "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"}, ] [package.dependencies] @@ -845,4 +845,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "f995143e9455a8082b728e844932b3dbfeeec4748eb140b1e8d1449bea5c5a4f" +content-hash = "97ee73fc47fb5a643bfc25b368cb7560e7f16d6e44432e39a26b008e9de535d3" diff --git a/pyproject.toml b/pyproject.toml index 79df6ab20e..7387d1e5df 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.9.2" -typer = "^0.13.1" +typer = "^0.14.0" hypothesis = "^6.122.1" pytest = "^8.3.3"