Skip to content

Commit b7797f9

Browse files
authored
Merge pull request #168 from contentstack/fix/snyk
Snyk Workflow
2 parents 0dda650 + 7927682 commit b7797f9

File tree

5 files changed

+11
-6
lines changed

5 files changed

+11
-6
lines changed

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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:

.snyk

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012 - 2025 Contentstack. All rights reserved.
3+
Copyright (c) 2012 - 2026 Contentstack. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

157157
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
158158
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ argparse~=1.4.0
2323
toml~=0.10.2
2424
Jinja2~=3.1.4
2525
env~=0.1.0
26-
filelock~=3.13.4
26+
filelock~=3.20.1
2727
pluggy~=1.5.0
2828
six~=1.16.0
2929
packaging~=23.1
@@ -33,7 +33,7 @@ pytz==2024.1
3333
Babel==2.14.0
3434
pep517==0.13.1
3535
tomli~=2.0.1
36-
Werkzeug==3.0.6
36+
Werkzeug==3.1.4
3737
Flask~=2.3.2
3838
click~=8.1.7
3939
MarkupSafe==2.1.5
@@ -58,7 +58,7 @@ zipp==3.20.1
5858
distlib~=0.3.8
5959
cachetools~=5.4.0
6060
tomlkit~=0.13.2
61-
urllib3==2.5.0
61+
urllib3==2.6.0
6262
exceptiongroup~=1.2.2
6363
iniconfig~=2.0.0
6464
pytest-cov>=4.0.0

0 commit comments

Comments
 (0)