From 962041de7cf8a84108dfca46ce5ff3369fbc6607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:48:53 +0000 Subject: [PATCH] chore(deps): bump typer from 0.13.1 to 0.14.0 Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.14.0. - [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.13.1...0.14.0) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... 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 8e9d4e5..aaf29c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1857,13 +1857,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] @@ -1954,4 +1954,4 @@ tests-strict = ["pytest (==4.6.0)", "pytest (==6.2.5)", "pytest-cov (==3.0.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "823d55008caa51927a7b4778bcb2810c3a9d757a7e1061599315383c30c2ba39" +content-hash = "f3e64a1b69c8cad5753adf7de56816a42def84ee3b2b623b933ea7f4c6f8e3a0" diff --git a/pyproject.toml b/pyproject.toml index 78aa300..6f0ac34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ aiofiles = ">=0.8,<24.2" asyncpg = ">=0.27,<0.31" pydantic = ">=2.0,<3.0" tabulate = "^0.9.0" -typer = ">=0.9,<0.14" +typer = ">=0.9,<0.15" [tool.poetry.dev-dependencies] black = "~24.10.0"