From 88350527db1c3b7fe382f0b6754c2ff2aebc2a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:02:45 -0500 Subject: [PATCH] chore(deps): bump typer from 0.13.1 to 0.14.0 (#137) 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 5fafe0c..dfc7de9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2523,13 +2523,13 @@ files = [ [[package]] name = "typer" -version = "0.13.1" +version = "0.14.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, - {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, + {file = "typer-0.14.0-py3-none-any.whl", hash = "sha256:f476233a25770ab3e7b2eebf7c68f3bc702031681a008b20167573a4b7018f09"}, + {file = "typer-0.14.0.tar.gz", hash = "sha256:af58f737f8d0c0c37b9f955a6d39000b9ff97813afcbeef56af5e37cf743b45a"}, ] [package.dependencies] @@ -2917,4 +2917,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.7,<3.12" -content-hash = "63eb83820b607ebc37e7f2541e736320773dd419567542e2cf4e49ff4f7b3945" +content-hash = "5d6bca370ef2015e34c89e781bd652f20c32895fc2e0b978d04f47c546da41eb" diff --git a/pyproject.toml b/pyproject.toml index fc01dd3..7bea6cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ license = "MIT" [tool.poetry.dependencies] cached-property = "^1" # Remove after Python 3.7 support is dropped python = ">=3.7,<3.12" -typer = "^0.13.1" +typer = "^0.14.0" typing-extensions = "^4.7" meltano-edk = {git = "https://github.com/meltano/edk.git", rev = "v0.1.0"}