From 427905d5683655d01f0e8da4ab763070ae0de0ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:33:37 +0000 Subject: [PATCH] build(deps): bump typer[all] from 0.12.5 to 0.15.1 Bumps [typer[all]](https://github.com/fastapi/typer) from 0.12.5 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.12.5...0.15.1) --- updated-dependencies: - dependency-name: typer[all] 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 de00c25..7be239a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Operating System :: OS Independent", ] dependencies = [ - "typer[all]==0.12.5", + "typer[all]==0.15.1", "requests==2.32.3", "python-dotenv==1.0.1", "PyYAML==6.0.2", diff --git a/requirements.txt b/requirements.txt index e2af7d7..b9c2322 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # core -typer[all]==0.12.5 +typer[all]==0.15.1 requests==2.32.3 python-dotenv==1.0.1 PyYAML==6.0.2