Skip to content

Commit bb9763a

Browse files
chore(deps): update all dependencies
1 parent b9a16f8 commit bb9763a

File tree

4 files changed

+196
-183
lines changed

4 files changed

+196
-183
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Switch to using Python 3.12 by default
2121
uses: actions/setup-python@v6
2222
with:
23-
python-version: "3.12"
23+
python-version: "3.13"
2424

2525
- name: Install tox
2626
run: python3 -m pip install --user "tox>=4.0.0"

.github/workflows/tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121

2222
jobs:
2323
tox:
24-
uses: ansible/team-devtools/.github/workflows/tox.yml@d894908cc9005130104c9807b460453c7c2bb398 # pinned due to issue with setup-uv
24+
uses: ansible/team-devtools/.github/workflows/tox.yml@bad0e5381a7a522da070ebddf123661d7dcd5cc1 # pinned due to issue with setup-uv
2525
with:
2626
max_python: "3.13"
2727
jobs_producing_coverage: 8

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: check-useless-excludes
1010
- repo: https://github.com/astral-sh/uv-pre-commit
11-
rev: 0.8.17
11+
rev: 0.8.19
1212
hooks:
1313
- id: uv-sync
1414
- id: uv-lock
@@ -62,7 +62,7 @@ repos:
6262
alias: toml
6363

6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.13.0
65+
rev: v0.13.1
6666
hooks:
6767
- id: ruff-format
6868
alias: ruff
@@ -92,7 +92,7 @@ repos:
9292
- tox
9393

9494
- repo: https://github.com/pre-commit/mirrors-mypy.git
95-
rev: v1.18.1
95+
rev: v1.18.2
9696
hooks:
9797
- id: mypy
9898
additional_dependencies:

0 commit comments

Comments
 (0)