From 119d220e7aeca3fb5abd91cda93ccccdd7b0a597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:17:11 -0400 Subject: [PATCH] Bump typer from 0.12.1 to 0.12.3 (#2746) Bumps [typer](https://github.com/tiangolo/typer) from 0.12.1 to 0.12.3. - [Release notes](https://github.com/tiangolo/typer/releases) - [Changelog](https://github.com/tiangolo/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/tiangolo/typer/compare/0.12.1...0.12.3) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 67d462eb..e44685f3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -683,13 +683,13 @@ files = [ [[package]] name = "typer" -version = "0.12.1" +version = "0.12.3" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.1-py3-none-any.whl", hash = "sha256:43ebb23c8a358c3d623e31064359a65f50229d0bf73ae8dfd203f49d9126ae06"}, - {file = "typer-0.12.1.tar.gz", hash = "sha256:72d218ef3c686aed9c6ff3ca25b238aee0474a1628b29c559b18b634cfdeca88"}, + {file = "typer-0.12.3-py3-none-any.whl", hash = "sha256:070d7ca53f785acbccba8e7d28b08dcd88f79f1fbda035ade0aecec71ca5c914"}, + {file = "typer-0.12.3.tar.gz", hash = "sha256:49e73131481d804288ef62598d97a1ceef3058905aa536a1134f90891ba35482"}, ] [package.dependencies] @@ -729,4 +729,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "00ca649cf25cab6c8dd6b181091f8d7b5f5046d891f6f4f307819ab109f6ddfb" +content-hash = "35b3be032c37f83e7ce06164b6b522fb264f8954f27496968173c30c1de6c689" diff --git a/pyproject.toml b/pyproject.toml index bc4257a3..1df89931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ jsonschema = "^4.21.1" requests = "^2.31.0" ruamel-yaml = "^0.18.6" pydantic = "^2.6.4" -typer = "^0.12.1" +typer = "^0.12.3" [build-system]