From 9b55de946503f3b5809d3ff9a3135ff1372806d3 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Mon, 5 Jan 2026 16:13:40 +0530 Subject: [PATCH 1/4] Snyk Workflow --- .snyk | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .snyk diff --git a/.snyk b/.snyk new file mode 100644 index 0000000..2326894 --- /dev/null +++ b/.snyk @@ -0,0 +1,5 @@ +# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities. +version: v1.25.0 +language-settings: + python: + version: "3.13" \ No newline at end of file From c7a84d9106057b6ca7e5252515885b731ec3d699 Mon Sep 17 00:00:00 2001 From: raj pandey Date: Mon, 5 Jan 2026 16:15:16 +0530 Subject: [PATCH 2/4] License update --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 87b582f..1005215 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2012 - 2025 Contentstack. All rights reserved. +Copyright (c) 2012 - 2026 Contentstack. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 3488c4a..2b1903c 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Read through to understand how to use the Sync API with Contentstack Python SDK. ### The MIT License (MIT) -Copyright © 2012-2025 [Contentstack](https://www.contentstack.com/). All Rights Reserved +Copyright © 2012-2026 [Contentstack](https://www.contentstack.com/). All Rights Reserved Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the From 5f482945cf8134953b964f751e304e703612b4b0 Mon Sep 17 00:00:00 2001 From: Aravind Kumar Date: Mon, 5 Jan 2026 16:18:17 +0530 Subject: [PATCH 3/4] Update sca-scan.yml --- .github/workflows/sca-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sca-scan.yml b/.github/workflows/sca-scan.yml index 54d7231..cc12272 100644 --- a/.github/workflows/sca-scan.yml +++ b/.github/workflows/sca-scan.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@master - name: Run Snyk to check for vulnerabilities - uses: snyk/actions/python@master + uses: snyk/actions/python-3.12@master env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} with: From 79276823d4018f61338687f7350af250e6a6042b Mon Sep 17 00:00:00 2001 From: raj pandey Date: Mon, 5 Jan 2026 16:21:28 +0530 Subject: [PATCH 4/4] Fixed Snyk issues --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 384ef54..1491a51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ argparse~=1.4.0 toml~=0.10.2 Jinja2~=3.1.4 env~=0.1.0 -filelock~=3.13.4 +filelock~=3.20.1 pluggy~=1.5.0 six~=1.16.0 packaging~=23.1 @@ -33,7 +33,7 @@ pytz==2024.1 Babel==2.14.0 pep517==0.13.1 tomli~=2.0.1 -Werkzeug==3.0.6 +Werkzeug==3.1.4 Flask~=2.3.2 click~=8.1.7 MarkupSafe==2.1.5 @@ -58,7 +58,7 @@ zipp==3.20.1 distlib~=0.3.8 cachetools~=5.4.0 tomlkit~=0.13.2 -urllib3==2.5.0 +urllib3==2.6.0 exceptiongroup~=1.2.2 iniconfig~=2.0.0 pytest-cov>=4.0.0