Skip to content

Commit b4cc9dc

Browse files
chore(deps): update all dependencies (#4766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 065a2e0 commit b4cc9dc

File tree

8 files changed

+172
-172
lines changed

8 files changed

+172
-172
lines changed

.config/requirements-lock.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ black==25.1.0
1010
# via ansible-lint
1111
bracex==2.6
1212
# via wcmatch
13-
cffi==2.0.0b1
13+
cffi==2.0.0
1414
# via
1515
# ansible-lint
1616
# cryptography
@@ -53,7 +53,7 @@ pathspec==0.12.1
5353
# yamllint
5454
platformdirs==4.4.0
5555
# via black
56-
pycparser==2.22 ; implementation_name != 'PyPy'
56+
pycparser==2.23 ; implementation_name != 'PyPy'
5757
# via cffi
5858
pyyaml==6.0.2
5959
# via

.github/workflows/redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@v5
22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323

2424
- name: Upgrade Python toolchain
2525
run: python3 -m pip install --upgrade pip setuptools wheel

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535

3636
steps:
3737
- name: Switch to using Python 3.10 by default
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
40-
python-version: "3.10"
40+
python-version: "3.13"
4141

4242
- name: Install tox
4343
run: python3 -m pip install --user "tox>=4.0.0"

.github/workflows/tox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ jobs:
120120

121121
- name: Set up Python ${{ matrix.python_version || '3.10' }}
122122
if: "!contains(matrix.shell, 'wsl')"
123-
uses: actions/setup-python@v5
123+
uses: actions/setup-python@v6
124124
with:
125125
cache: pip
126126
python-version: ${{ matrix.python_version || '3.10' }}
127127

128-
- uses: actions/setup-node@v4
128+
- uses: actions/setup-node@v5
129129
with:
130-
node-version: 20
130+
node-version: 22
131131
cache: "npm"
132132
cache-dependency-path: test/schemas/package-lock.json
133133

@@ -229,7 +229,7 @@ jobs:
229229
- uses: actions/checkout@v5
230230

231231
- name: Set up Python # likely needed for coverage
232-
uses: actions/setup-python@v5
232+
uses: actions/setup-python@v6
233233
with:
234234
python-version: "3.13"
235235

@@ -260,7 +260,7 @@ jobs:
260260
fi
261261
262262
- name: Upload coverage data
263-
uses: codecov/[email protected].0
263+
uses: codecov/[email protected].1
264264
with:
265265
name: ${{ matrix.name }}
266266
# verbose: true # optional (default = false)

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: check-useless-excludes
3131
- repo: https://github.com/astral-sh/uv-pre-commit
32-
rev: 0.8.15
32+
rev: 0.8.17
3333
hooks:
3434
- id: uv-sync
3535
- id: uv-lock
@@ -56,13 +56,13 @@ repos:
5656
- "-o"
5757
- ".config/requirements-lock.txt"
5858
- repo: https://github.com/renovatebot/pre-commit-hooks
59-
rev: 41.97.10
59+
rev: 41.99.11
6060
hooks:
6161
- id: renovate-config-validator
6262
alias: renovate
6363
args: [--strict]
6464
- repo: https://github.com/biomejs/pre-commit
65-
rev: "v2.2.3"
65+
rev: "v2.2.4"
6666
hooks:
6767
- id: biome-check
6868
name: biome
@@ -149,13 +149,13 @@ repos:
149149
entry: yamllint --strict
150150

151151
- repo: https://github.com/pappasam/toml-sort
152-
rev: v0.24.2
152+
rev: v0.24.3
153153
hooks:
154154
- id: toml-sort-fix
155155
alias: toml
156156

157157
- repo: https://github.com/astral-sh/ruff-pre-commit
158-
rev: v0.12.11
158+
rev: v0.13.0
159159
hooks:
160160
- id: ruff-format
161161
alias: ruff

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ runs:
7777
7878
- name: Set up Python
7979
if: inputs.setup_python == 'true'
80-
uses: actions/setup-python@v5
80+
uses: actions/setup-python@v6
8181
with:
8282
cache: pip
8383
cache-dependency-path: ${{ steps.get_reqs.outputs.reqs_file }}
84-
python-version: "3.11"
84+
python-version: "3.13"
8585

8686
- name: Install ansible-lint
8787
shell: bash

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

uv.lock

Lines changed: 152 additions & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)