diff --git a/poetry.lock b/poetry.lock index c98d9f2f..8b767c21 100644 --- a/poetry.lock +++ b/poetry.lock @@ -838,18 +838,18 @@ files = [ [[package]] name = "typer" -version = "0.15.2" +version = "0.15.4" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" groups = ["main"] files = [ - {file = "typer-0.15.2-py3-none-any.whl", hash = "sha256:46a499c6107d645a9c13f7ee46c5d5096cae6f5fc57dd11eccbbb9ae3e44ddfc"}, - {file = "typer-0.15.2.tar.gz", hash = "sha256:ab2fab47533a813c49fe1f16b1a370fd5819099c00b119e0633df65f22144ba5"}, + {file = "typer-0.15.4-py3-none-any.whl", hash = "sha256:eb0651654dcdea706780c466cf06d8f174405a659ffff8f163cfbfee98c0e173"}, + {file = "typer-0.15.4.tar.gz", hash = "sha256:89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3"}, ] [package.dependencies] -click = ">=8.0.0" +click = ">=8.0.0,<8.2" rich = ">=10.11.0" shellingham = ">=1.3.0" typing-extensions = ">=3.7.4.3" @@ -902,4 +902,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "94d369a20695c6ea83e0a9a1cc2b72f44bebd2eeb4b59102e52ecca596815dea" +content-hash = "5035dea6d31ad6b74aa2b9ae9167cf07b775f534a09815451ae2210d169f48d8" diff --git a/pyproject.toml b/pyproject.toml index a94ae565..3fc30352 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.23.0" requests = "^2.32.3" ruamel-yaml = "^0.18.10" pydantic = "^2.11.4" -typer = "^0.15.2" +typer = "^0.15.4" hypothesis = "^6.131.9" pytest = "^8.3.5"