File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : Switch to using Python 3.10 by default
24
24
uses : actions/setup-python@v6
25
25
with :
26
- python-version : " 3.10 "
26
+ python-version : " 3.13 "
27
27
- name : Install tox
28
28
run : >-
29
29
python3 -m
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
- name : Set up Python
148
148
uses : actions/setup-python@v6
149
149
with :
150
- python-version : " 3.12 "
150
+ python-version : " 3.13 "
151
151
152
152
- run : pip3 install 'coverage>=7.5.1'
153
153
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ exclude: >
15
15
)$
16
16
repos :
17
17
- repo : https://github.com/renovatebot/pre-commit-hooks
18
- rev : 41.91.1
18
+ rev : 41.99.7
19
19
hooks :
20
20
- id : renovate-config-validator
21
21
alias : renovate
46
46
- prettier-plugin-toml
47
47
48
48
- repo : https://github.com/pappasam/toml-sort
49
- rev : v0.24.2
49
+ rev : v0.24.3
50
50
hooks :
51
51
- id : toml-sort-fix
52
52
You can’t perform that action at this time.
0 commit comments