Skip to content

Commit 2a642ab

Browse files
chore(deps): update dependency python to 3.14
1 parent 8f9f140 commit 2a642ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup python
2323
uses: actions/setup-python@v6
2424
with:
25-
python-version: "3.13"
25+
python-version: "3.14"
2626
- name: Format python code with black
2727
uses: psf/black@stable
2828
- uses: actions/setup-node@v6

.github/workflows/scanner-comparison.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Set up Python
9494
uses: actions/setup-python@v6
9595
with:
96-
python-version: '3.13'
96+
python-version: '3.14'
9797

9898
- name: Install detect-secrets
9999
run: |
@@ -163,7 +163,7 @@ jobs:
163163
- name: Set up Python
164164
uses: actions/setup-python@v6
165165
with:
166-
python-version: '3.13'
166+
python-version: '3.14'
167167

168168
- name: Install gittyleaks
169169
run: |
@@ -198,7 +198,7 @@ jobs:
198198
- name: Set up Python
199199
uses: actions/setup-python@v6
200200
with:
201-
python-version: '3.13'
201+
python-version: '3.14'
202202

203203
- name: Install whispers (with timeout handling)
204204
run: |
@@ -239,7 +239,7 @@ jobs:
239239
- name: Set up Python
240240
uses: actions/setup-python@v6
241241
with:
242-
python-version: '3.13'
242+
python-version: '3.14'
243243

244244
- name: Install trufflehog3
245245
run: |

0 commit comments

Comments
 (0)