File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 88 steps :
99 - uses : actions/checkout@master
1010 - name : Run Snyk to check for vulnerabilities
11- uses : snyk/actions/python@master
11+ uses : snyk/actions/python-3.12 @master
1212 env :
1313 SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
1414 with :
Original file line number Diff line number Diff line change 1+ # Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+ version: v1.25.0
3+ language-settings:
4+ python:
5+ version: "3.13"
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2012 - 2025 Contentstack. All rights reserved.
3+ Copyright (c) 2012 - 2026 Contentstack. All rights reserved.
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Read through to understand how to use the Sync API with Contentstack Python SDK.
152152
153153### The MIT License (MIT)
154154
155- Copyright © 2012-2025 [ Contentstack] ( https://www.contentstack.com/ ) . All Rights Reserved
155+ Copyright © 2012-2026 [ Contentstack] ( https://www.contentstack.com/ ) . All Rights Reserved
156156
157157Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
158158documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ argparse~=1.4.0
2323toml ~= 0.10.2
2424Jinja2 ~= 3.1.4
2525env ~= 0.1.0
26- filelock ~= 3.13.4
26+ filelock ~= 3.20.1
2727pluggy ~= 1.5.0
2828six ~= 1.16.0
2929packaging ~= 23.1
@@ -33,7 +33,7 @@ pytz==2024.1
3333Babel == 2.14.0
3434pep517 == 0.13.1
3535tomli ~= 2.0.1
36- Werkzeug == 3.0.6
36+ Werkzeug == 3.1.4
3737Flask ~= 2.3.2
3838click ~= 8.1.7
3939MarkupSafe == 2.1.5
@@ -58,7 +58,7 @@ zipp==3.20.1
5858distlib ~= 0.3.8
5959cachetools ~= 5.4.0
6060tomlkit ~= 0.13.2
61- urllib3 == 2.5 .0
61+ urllib3 == 2.6 .0
6262exceptiongroup ~= 1.2.2
6363iniconfig ~= 2.0.0
6464pytest-cov >= 4.0.0
You can’t perform that action at this time.
0 commit comments