Skip to content

Commit

Permalink
[SNOW-1874231] Pinning click to 8.1.7 as temporary workaround to unbl…
Browse files Browse the repository at this point in the history
…ock tests failing by recent changes in click (#1977)
  • Loading branch information
sfc-gh-pjob authored Jan 8, 2025
1 parent 424ddd1 commit 9f47aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions snyk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
click==8.1.7
jinja2==3.1.4
pluggy==1.5.0
PyYAML==6.0.2
Expand Down

0 comments on commit 9f47aa3

Please sign in to comment.