From de1d4b6dd8ff345594d0da8821e8726864a45266 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Fri, 6 Jan 2023 11:43:43 +0100 Subject: [PATCH] Bump the base check dependency --- snowflake/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowflake/pyproject.toml b/snowflake/pyproject.toml index f196103d51287..d9cf1c9a530a5 100644 --- a/snowflake/pyproject.toml +++ b/snowflake/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Private :: Do Not Upload", ] dependencies = [ - "datadog-checks-base>=25.1.0", + "datadog-checks-base>=27.5.0", ] dynamic = [ "version",