Skip to content

Commit c7ccf00

Browse files
chore(deps): update all dependencies to 6e6d840
1 parent dbfb15a commit c7ccf00

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
tox:
22-
uses: ansible/team-devtools/.github/workflows/tox.yml@d894908cc9005130104c9807b460453c7c2bb398 # pinned due to issue with setup-uv
22+
uses: ansible/team-devtools/.github/workflows/tox.yml@6e6d84013a189c7aa5e1eb26c3389e11d4b0d9bc # pinned due to issue with setup-uv
2323
with:
2424
max_python: "3.13"
2525
jobs_producing_coverage: 8

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
- prettier-plugin-sort-json
4141

4242
- repo: https://github.com/pappasam/toml-sort
43-
rev: v0.24.2
43+
rev: v0.24.3
4444
hooks:
4545
- id: toml-sort-fix
4646
alias: toml
@@ -51,7 +51,7 @@ repos:
5151
- id: tox-ini-fmt
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.12.11
54+
rev: v0.13.0
5555
hooks:
5656
- id: ruff
5757
entry: sh -c 'ruff check --fix --force-exclude && ruff format --force-exclude'
@@ -64,7 +64,7 @@ repos:
6464
name: Spell check with cspell
6565

6666
- repo: https://github.com/jsh9/pydoclint
67-
rev: "0.6.11"
67+
rev: "0.7.3"
6868
hooks:
6969
- id: pydoclint
7070
# This allows automatic reduction of the baseline file when needed.
@@ -86,7 +86,7 @@ repos:
8686
- tox
8787

8888
- repo: https://github.com/pre-commit/mirrors-mypy.git
89-
rev: v1.17.1
89+
rev: v1.18.1
9090
hooks:
9191
- id: mypy
9292
additional_dependencies:

0 commit comments

Comments
 (0)