From 0fbeaf3dd05678b9a370c11abf73c6b9683b8432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:20:40 +0000 Subject: [PATCH] Bump typer from 0.13.1 to 0.15.1 Bumps [typer](https://github.com/fastapi/typer) from 0.13.1 to 0.15.1. - [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.15.1) --- 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 0ac76242..3d9bae8d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4290,13 +4290,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.13.1" +version = "0.15.1" 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.15.1-py3-none-any.whl", hash = "sha256:7994fb7b8155b64d3402518560648446072864beefd44aa2dc36972a5972e847"}, + {file = "typer-0.15.1.tar.gz", hash = "sha256:a0588c0a7fa68a1978a069818657778f86abe6ff5ea6abf472f940a08bfe4f0a"}, ] [package.dependencies] @@ -4872,4 +4872,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "6933157683dc4007209240843bb498c2ad3843080d7404745c9a436b4a207935" +content-hash = "89051746eeae369acf7194ff1ab537353a0c1cce9daa70c106d5d3f75d2a4228" diff --git a/pyproject.toml b/pyproject.toml index a662c031..a87ec2b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ python-slugify = "^8.0.4" rich = "^13.9.4" sqlalchemy = { extras = ["asyncio", "postgresql_psycopg"], version = "^2.0.36" } tenacity = "^9.0.0" -typer = "^0.13.1" +typer = "^0.15.1" us = "^3.2.0" [tool.poetry.group.dev.dependencies]