Skip to content

Commit 3b93ce5

Browse files
authored
Merge pull request #2291 from OWASP/renovate/python-3.x
chore(deps): update dependency python to 3.14
2 parents 727c5e7 + 2847679 commit 3b93ce5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
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: |

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci:
99
submodules: false
1010
repos:
1111
- repo: https://github.com/renovatebot/pre-commit-hooks
12-
rev: 41.173.1
12+
rev: 42.39.4
1313
hooks:
1414
- id: renovate-config-validator
1515
- repo: https://github.com/eslint/eslint
@@ -60,4 +60,4 @@ repos:
6060
rev: 25.12.0
6161
hooks:
6262
- id: black
63-
language_version: python3.13
63+
language_version: python3.14

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"engines": {
3-
"node": ">=20.0.0"
3+
"node": ">=22.0.0"
44
},
55
"devDependencies": {
66
"@babel/eslint-parser": "^7.25.9",

0 commit comments

Comments
 (0)