From 43897a5a0601ba4d5358aebc80e1c030eb8adf3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:53:44 +0000 Subject: [PATCH] build(deps): bump typer from 0.12.3 to 0.12.5 Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.5. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.3...0.12.5) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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"