diff --git a/poetry.lock b/poetry.lock index a78f1b5..4e4a95b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "accessible-pygments" @@ -593,8 +593,11 @@ name = "docutils" version = "0.20.1" description = "Docutils -- Python Documentation Utilities" optional = false -python-versions = "*" -files = [] +python-versions = ">=3.7" +files = [ + {file = "docutils-0.20.1-py3-none-any.whl", hash = "sha256:96f387a2c5562db4476f09f13bbab2192e764cac08ebbf3a34a95d9b1e4a59d6"}, + {file = "docutils-0.20.1.tar.gz", hash = "sha256:f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b"}, +] [[package]] name = "durationpy" @@ -2178,13 +2181,13 @@ files = [ [[package]] name = "typer" -version = "0.12.5" +version = "0.15.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"}, - {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"}, + {file = "typer-0.15.1-py3-none-any.whl", hash = "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847"}, + {file = "typer-0.15.1.tar.gz", hash = "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"}, ] [package.dependencies] @@ -2513,4 +2516,4 @@ prometheus = ["prometheus-client"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "3a4bf3dab552761721bb54dd204692a472585e7d72b14b68cd72305b2831cccb" +content-hash = "8953c5c65eb4d2b8d1744abb3f8a2984a64527772ea9e4363fa65d67c7319497" diff --git a/pyproject.toml b/pyproject.toml index a4acca7..b4bb637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ psutil = ">=5.9.8" ujson = "^5.9.0" msgpack = "^1.0.4" pydantic = ">=1.10.7,<3.0.0" -typer = ">=0.7,<0.13" +typer = ">=0.7,<0.16" ec2-metadata = "^2.13.0" python-dotenv = ">=0.21,<1.1" asyncer = ">=0.0.5,<0.0.9"