Skip to content

Commit 7288de0

Browse files
chore(deps): update all dependencies (#2036)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 024acbc commit 7288de0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Switch to using Python 3.10 by default
2424
uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.10"
26+
python-version: "3.13"
2727
- name: Install tox
2828
run: >-
2929
python3 -m

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: Set up Python
148148
uses: actions/setup-python@v6
149149
with:
150-
python-version: "3.12"
150+
python-version: "3.13"
151151

152152
- run: pip3 install 'coverage>=7.5.1'
153153

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exclude: >
1515
)$
1616
repos:
1717
- repo: https://github.com/renovatebot/pre-commit-hooks
18-
rev: 41.91.1
18+
rev: 41.99.7
1919
hooks:
2020
- id: renovate-config-validator
2121
alias: renovate
@@ -46,7 +46,7 @@ repos:
4646
- prettier-plugin-toml
4747

4848
- repo: https://github.com/pappasam/toml-sort
49-
rev: v0.24.2
49+
rev: v0.24.3
5050
hooks:
5151
- id: toml-sort-fix
5252

0 commit comments

Comments
 (0)