From 6d8b824a9f47b9b57eb6199e4bfc750c0c5e341f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:04:21 +0000 Subject: [PATCH] build(deps): bump typer[all] from 0.12.5 to 0.14.0 Bumps [typer[all]](https://github.com/fastapi/typer) from 0.12.5 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.12.5...0.14.0) --- 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..659f85a 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.14.0", "requests==2.32.3", "python-dotenv==1.0.1", "PyYAML==6.0.2", diff --git a/requirements.txt b/requirements.txt index e2af7d7..3abb86d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # core -typer[all]==0.12.5 +typer[all]==0.14.0 requests==2.32.3 python-dotenv==1.0.1 PyYAML==6.0.2