Skip to content

Commit 6b4f270

Browse files
committed
required pillow 8.3.0 -> 8.4.0
1 parent 1ec4b51 commit 6b4f270

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
5454
- name: Install from source
5555
run: |
56-
python3 -m pip install pytest coverage numpy pillow==8.3.0
57-
python3 -m pip -v install .
56+
python3 -m pip install pillow==8.4.0
57+
python3 -m pip -v install ".[dev]"
5858
5959
- name: LibHeif info
6060
run: python3 -c "import pillow_heif; print(pillow_heif.libheif_info())"
@@ -155,7 +155,7 @@ jobs:
155155
156156
- name: Install from source
157157
run: |
158-
python -m pip install pillow==8.4.0
158+
python -m pip install pillow==9.2.0
159159
python -m pip -v install ".[dev]"
160160
161161
- name: LibHeif info

pi-heif/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python_requires = >=3.7
3737
zip_safe = False
3838
packages = find:
3939
install_requires =
40-
pillow>=8.3.0
40+
pillow>=8.4.0
4141

4242
[options.extras_require]
4343
tests-min =

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ python_requires = >=3.7
3737
zip_safe = False
3838
packages = find:
3939
install_requires =
40-
pillow>=8.3.0
40+
pillow>=8.4.0
4141

4242
[options.extras_require]
4343
docs =

0 commit comments

Comments
 (0)