From bdb9becc8043e4e23a123b5c2a9c3110752e758f Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 5 Jan 2026 15:49:29 +0530 Subject: [PATCH 1/2] Create .snyk --- .snyk | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..04774a9 --- /dev/null +++ b/.snyk @@ -0,0 +1,4 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +[requires] +python_version = "3.13" From 5e2cf67aef8c4ceee6e125f41c5a4f28ae398db1 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 5 Jan 2026 15:56:49 +0530 Subject: [PATCH 2/2] Update .snyk --- .snyk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.snyk b/.snyk index 04774a9..914efdf 100644 --- a/.snyk +++ b/.snyk @@ -1,4 +1,5 @@ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. version: v1.25.0 -[requires] -python_version = "3.13" +language-settings: + python: + version: "3.13"