Skip to content

Commit 6d51ace

Browse files
committed
Merge branch 'main' into imagegrab_resize
2 parents 0a272cc + 24b1702 commit 6d51ace

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+388
-320
lines changed

.ci/requirements-cibw.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cibuildwheel==3.2.1
1+
cibuildwheel==3.3.0

.ci/requirements-mypy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
mypy==1.18.2
1+
mypy==1.19.0
22
arro3-compute
33
arro3-core
44
IceSpringPySideStubs-PyQt6

.github/workflows/cifuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
language: python
4545
dry-run: false
4646
- name: Upload New Crash
47-
uses: actions/upload-artifact@v4
47+
uses: actions/upload-artifact@v5
4848
if: failure() && steps.build.outcome == 'success'
4949
with:
5050
name: artifacts
5151
path: ./out/artifacts
5252
- name: Upload Legacy Crash
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
if: steps.run.outcome == 'success'
5555
with:
5656
name: crash

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Docs
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
persist-credentials: false
3838

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Lint
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626

.github/workflows/test-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
debian-13-trixie-x86,
5151
debian-13-trixie-amd64,
5252
fedora-42-amd64,
53+
fedora-43-amd64,
5354
gentoo,
5455
ubuntu-22.04-jammy-amd64,
5556
ubuntu-24.04-noble-amd64,
@@ -67,7 +68,7 @@ jobs:
6768
name: ${{ matrix.docker }}
6869

6970
steps:
70-
- uses: actions/checkout@v5
71+
- uses: actions/checkout@v6
7172
with:
7273
persist-credentials: false
7374

.github/workflows/test-mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout Pillow
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949
with:
5050
persist-credentials: false
5151

.github/workflows/test-valgrind-memory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
name: ${{ matrix.docker }}
4242

4343
steps:
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
with:
4646
persist-credentials: false
4747

.github/workflows/test-valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
name: ${{ matrix.docker }}
4040

4141
steps:
42-
- uses: actions/checkout@v5
42+
- uses: actions/checkout@v6
4343
with:
4444
persist-credentials: false
4545

.github/workflows/test-windows.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ jobs:
4747

4848
steps:
4949
- name: Checkout Pillow
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
with:
5252
persist-credentials: false
5353

5454
- name: Checkout cached dependencies
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
with:
5757
persist-credentials: false
5858
repository: python-pillow/pillow-depends
5959
path: winbuild\depends
6060

6161
- name: Checkout extra test images
62-
uses: actions/checkout@v5
62+
uses: actions/checkout@v6
6363
with:
6464
persist-credentials: false
6565
repository: python-pillow/test-images
@@ -216,7 +216,7 @@ jobs:
216216
shell: bash
217217

218218
- name: Upload errors
219-
uses: actions/upload-artifact@v4
219+
uses: actions/upload-artifact@v5
220220
if: failure()
221221
with:
222222
name: errors

0 commit comments

Comments
 (0)