Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
Loading