From d0428d745165ee546af22b648a3fa765b88f5d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:42:18 +0000 Subject: [PATCH] Bump typer from 0.12.3 to 0.12.4 Bumps [typer](https://github.com/fastapi/typer) from 0.12.3 to 0.12.4. - [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.3...0.12.4) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-patch ... 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 28c0176ef4..c0480b159d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "snowflake-connector-python[secure-local-storage]==3.12.0", 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', "tomlkit==0.13.0", - "typer==0.12.3", + "typer==0.12.4", "urllib3>=1.24.3,<2.3", "GitPython==3.1.43", "pip", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 138b50bf05..9e59723506 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -10,7 +10,7 @@ snowflake.core==0.8.0; python_version < "3.12" snowflake-connector-python[secure-local-storage]==3.12.0 snowflake-snowpark-python>=1.15.0;python_version < "3.12" tomlkit==0.13.0 -typer==0.12.3 +typer==0.12.4 urllib3>=1.24.3,<2.3 GitPython==3.1.43 pip