Skip to content

Commit 6c7ed81

Browse files
chore(deps): update all dependencies
1 parent 209b602 commit 6c7ed81

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
--user
3232
tox
3333
- name: Check out src from Git
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 0 # needed by setuptools-scm
3737
- name: Build dists

.github/workflows/tox.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix: ${{ fromJson(needs.pre.outputs.matrix) }}
5252

5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
fetch-depth: 0 # needed by setuptools-scm
5757

@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-24.04
143143
steps:
144144
# checkout needed for codecov action which needs codecov.yml file
145-
- uses: actions/checkout@v5
145+
- uses: actions/checkout@v6
146146

147147
- name: Set up Python
148148
uses: actions/setup-python@v6
@@ -152,15 +152,15 @@ jobs:
152152
- run: pip3 install 'coverage>=7.5.1'
153153

154154
- name: Merge logs into a single archive
155-
uses: actions/upload-artifact/merge@v4
155+
uses: actions/upload-artifact/merge@v5
156156
with:
157157
name: logs.zip
158158
include-hidden-files: true
159159
pattern: logs-*.zip
160160
separate-directories: true
161161

162162
- name: Download artifacts
163-
uses: actions/download-artifact@v5
163+
uses: actions/download-artifact@v6
164164
with:
165165
name: logs.zip
166166
path: .
@@ -173,7 +173,7 @@ jobs:
173173
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
174174

175175
- name: Delete Merged Artifacts
176-
uses: actions/upload-artifact/merge@v4
176+
uses: actions/upload-artifact/merge@v5
177177
with:
178178
include-hidden-files: true
179179
delete-merged: true

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
exclude: "(?x)^(\n _readthedocs|\n .tox\n)$\n"
88
repos:
99
- repo: https://github.com/renovatebot/pre-commit-hooks
10-
rev: 41.157.1
10+
rev: 42.25.4
1111
hooks:
1212
- id: renovate-config-validator
1313
alias: renovate
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: tox-ini-fmt
3636
- repo: https://github.com/streetsidesoftware/cspell-cli
37-
rev: v9.2.0
37+
rev: v9.3.3
3838
hooks:
3939
- id: cspell
4040
name: Spell check with cspell
@@ -59,7 +59,7 @@ repos:
5959
hooks:
6060
- id: check-json5
6161
- repo: https://github.com/igorshubovych/markdownlint-cli
62-
rev: v0.45.0
62+
rev: v0.46.0
6363
hooks:
6464
- id: markdownlint
6565
exclude:
@@ -93,11 +93,11 @@ repos:
9393
additional_dependencies:
9494
- flake8-docstrings
9595
- repo: https://github.com/jsh9/pydoclint
96-
rev: 0.7.3
96+
rev: 0.8.3
9797
hooks:
9898
- id: pydoclint
9999
- repo: https://github.com/asottile/pyupgrade
100-
rev: v3.21.0
100+
rev: v3.21.2
101101
hooks:
102102
- id: pyupgrade
103103
args:
@@ -109,7 +109,7 @@ repos:
109109
alias: toml
110110

111111
- repo: https://github.com/astral-sh/ruff-pre-commit
112-
rev: v0.14.1
112+
rev: v0.14.6
113113
hooks:
114114
- id: ruff-format
115115
alias: ruff
@@ -132,7 +132,7 @@ repos:
132132
- types-setuptools
133133
- types-typed-ast
134134
- repo: https://github.com/pycqa/pylint.git
135-
rev: v4.0.2
135+
rev: v4.0.3
136136
hooks:
137137
- id: pylint
138138
args:

0 commit comments

Comments
 (0)