From 4da683f38bc7471b7f779f42d54576c4482590ed Mon Sep 17 00:00:00 2001 From: Pawel Job Date: Wed, 8 Jan 2025 12:54:39 +0100 Subject: [PATCH] [SNOW-1874231] Temporary workaround to unblock tests failing by recent changes in click --- pyproject.toml | 1 + snyk/requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 8df59c740e..f49ec88f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,6 +25,7 @@ requires-python = ">=3.10" description = "Snowflake CLI" readme = "README.md" dependencies = [ + "click==8.1.7", "jinja2==3.1.4", "pluggy==1.5.0", "PyYAML==6.0.2", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index e5870050d1..4821fede48 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -1,3 +1,4 @@ +click==8.1.7 jinja2==3.1.4 pluggy==1.5.0 PyYAML==6.0.2