From 3e9aaf323583d38acd366939f0c2d7cdf422f906 Mon Sep 17 00:00:00 2001 From: Pawel Job Date: Thu, 9 Jan 2025 11:30:30 +0100 Subject: [PATCH] This commit should fail --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f49ec88f86..c7c2b20474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.10" description = "Snowflake CLI" readme = "README.md" dependencies = [ - "click==8.1.7", + "click==8.1.8", "jinja2==3.1.4", "pluggy==1.5.0", "PyYAML==6.0.2", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 4821fede48..dee16ff08f 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -1,4 +1,4 @@ -click==8.1.7 +click==8.1.8 jinja2==3.1.4 pluggy==1.5.0 PyYAML==6.0.2