From ef3bef1636716e38ef10298cd9ccaca1a7cdd940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 18:24:04 +0000 Subject: [PATCH] Bump typer from 0.12.5 to 0.14.0 Bumps [typer](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 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d96bb83183..54c9dc72f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "snowflake-connector-python[secure-local-storage]==3.12.3", 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', "tomlkit==0.13.2", - "typer==0.12.5", + "typer==0.14.0", "urllib3>=1.24.3,<2.3", "GitPython==3.1.43", "pip", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index fc538dc3b2..68b6b80966 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -10,7 +10,7 @@ snowflake.core==1.0.2; python_version < "3.12" snowflake-connector-python[secure-local-storage]==3.12.3 snowflake-snowpark-python>=1.15.0;python_version < "3.12" tomlkit==0.13.2 -typer==0.12.5 +typer==0.14.0 urllib3>=1.24.3,<2.3 GitPython==3.1.43 pip