diff --git a/poetry.lock b/poetry.lock index e4fbadb..db34719 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1709,13 +1709,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] @@ -1911,4 +1911,4 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "20df36a47ff6ed2aa832bd56dccbfb934d5eb66391f3fa2725e1e93e9c136ca2" +content-hash = "4ced76b400e8f244836551187c50f2ba37dd7bda1478fb19b7160c566c3ef33f" diff --git a/pyproject.toml b/pyproject.toml index bbb2253..f4da892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ pydantic = "^2.6.1" space-packet-parser = "^4.2.0" xarray = "^2024.7.0" numpy = "^2.0.1" -typer = "^0.12.3" +typer = "^0.12.5" sqlalchemy = "^2.0.35" alembic = "^1.13.2" sqlalchemy-utils = "^0.41.2"