From 6b5d53d26dbcb509be02e5b7f25fdd98585def91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 16:47:18 +0000 Subject: [PATCH] build(deps): bump typer from 0.15.2 to 0.16.0 Bumps [typer](https://github.com/fastapi/typer) from 0.15.2 to 0.16.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.15.2...0.16.0) --- updated-dependencies: - dependency-name: typer dependency-version: 0.16.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 372a3aa..c9c9354 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ dependencies = [ "google-generativeai==0.8.4", "python-dotenv==1.1.0", - "typer==0.15.2", + "typer==0.16.0", "rich==14.0.0", "pygments==2.19.1", "tqdm==4.67.1" diff --git a/requirements.txt b/requirements.txt index aa0399d..d07fb4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ SecretStorage==3.3.3 shellingham==1.5.4 tqdm==4.67.1 twine==6.1.0 -typer==0.15.2 +typer==0.16.0 typing-inspection==0.4.0 typing_extensions==4.13.2 uritemplate==4.1.1