From d6940d66e67f112995207164ce1ec4dbb1c5a57a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:51:22 +0000 Subject: [PATCH] Bump typer from 0.12.5 to 0.13.0 Bumps [typer](https://github.com/fastapi/typer) from 0.12.5 to 0.13.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.13.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 2f90064b8c..8ad276c54c 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.13.0", "urllib3>=1.24.3,<2.3", "GitPython==3.1.43", "pip", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index bb435d5480..acffa1ae7b 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -10,7 +10,7 @@ snowflake.core==0.12.1; 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.13.0 urllib3>=1.24.3,<2.3 GitPython==3.1.43 pip