Skip to content

Commit e1524d3

Browse files
committed
Merge branch 'main' into faulthandler-exit-on-timeout
2 parents 634ffcc + 6ab228b commit e1524d3

37 files changed

+248
-97
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: dist
5757

5858
- name: Publish package to PyPI
59-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc
59+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
6060
with:
6161
attestations: true
6262

@@ -92,7 +92,7 @@ jobs:
9292
path: dist
9393

9494
- name: Set up Python
95-
uses: actions/setup-python@v5
95+
uses: actions/setup-python@v6
9696
with:
9797
python-version: "3.11"
9898

.github/workflows/doc-check-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: Setup Python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: "3.11"
2929
cache: pip

.github/workflows/prepare-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
persist-credentials: true
3535

3636
- name: Set up Python
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: "3.x"
4040

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
steps:
13-
- uses: actions/stale@v9
13+
- uses: actions/stale@v10
1414
with:
1515
debug-only: false
1616
days-before-issue-stale: 14

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
path: dist
293293

294294
- name: Set up Python ${{ matrix.python }}
295-
uses: actions/setup-python@v5
295+
uses: actions/setup-python@v6
296296
with:
297297
python-version: ${{ matrix.python }}
298298
check-latest: true
@@ -319,7 +319,7 @@ jobs:
319319

320320
- name: Upload coverage to Codecov
321321
if: "matrix.use_coverage"
322-
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00
322+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
323323
with:
324324
fail_ci_if_error: false
325325
files: ./coverage.xml

.github/workflows/update-plugin-list.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: Setup Python
29-
uses: actions/setup-python@v5
29+
uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.11"
3232
cache: pip

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.12.11"
3+
rev: "v0.12.12"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -16,7 +16,7 @@ repos:
1616
hooks:
1717
- id: zizmor
1818
- repo: https://github.com/adamchainz/blacken-docs
19-
rev: 1.19.1
19+
rev: 1.20.0
2020
hooks:
2121
- id: blacken-docs
2222
additional_dependencies: [black==24.1.1]
@@ -48,7 +48,7 @@ repos:
4848
# on <3.11
4949
- exceptiongroup>=1.0.0rc8
5050
- repo: https://github.com/RobertCraigie/pyright-python
51-
rev: v1.1.404
51+
rev: v1.1.405
5252
hooks:
5353
- id: pyright
5454
files: ^(src/|scripts/)

changelog/13478.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/13480.contrib.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/13530.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)