Skip to content

Commit adc5116

Browse files
authored
Merge pull request #1916 from OWASP/renovate/python-3.x
chore(deps): update dependency python to 3.13
2 parents d0323be + e5aa968 commit adc5116

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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@v5
2424
with:
25-
python-version: "3.11"
25+
python-version: "3.13"
2626
- name: Format python code with black
2727
uses: psf/black@stable
2828
- uses: actions/setup-node@v4

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ repos:
6060
rev: 25.1.0
6161
hooks:
6262
- id: black
63-
language_version: python3.11
63+
language_version: python3.13

0 commit comments

Comments
 (0)