From e9067cc9223ab0585569a93c85a7de14871941f7 Mon Sep 17 00:00:00 2001 From: Pawel Job Date: Wed, 8 Jan 2025 12:49:23 +0100 Subject: [PATCH] test --- pyproject.toml | 1 + snyk/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8df59c740e..433bb43493 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ 'snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12"', "tomlkit==0.13.2", "typer==0.12.5", + "click==8.1.7", "urllib3>=1.24.3,<2.3", "GitPython==3.1.43", "pip", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index e5870050d1..7bef30ea33 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -11,6 +11,7 @@ snowflake-connector-python[secure-local-storage]==3.12.3 snowflake-snowpark-python>=1.15.0,<1.26.0;python_version < "3.12" tomlkit==0.13.2 typer==0.12.5 +click==8.1.7 urllib3>=1.24.3,<2.3 GitPython==3.1.43 pip