Skip to content

Commit ddbdbd7

Browse files
authored
Merge PR #24: bump pillow and pytest
2 parents 10e9ed1 + 6978fc8 commit ddbdbd7

2 files changed

Lines changed: 90 additions & 90 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"xlwings>=0.30.0",
2626
# Libraries under test - Python
2727
"openpyxl>=3.1.0",
28-
"pillow>=10.0.0",
28+
"pillow>=12.2.0",
2929
"xlsxwriter>=3.1.0",
3030
"xlrd>=2.0.0",
3131
"pylightxl>=1.60",
@@ -48,7 +48,7 @@ dependencies = [
4848

4949
[project.optional-dependencies]
5050
dev = [
51-
"pytest>=7.0",
51+
"pytest>=9.0.3",
5252
"pytest-cov>=4.0",
5353
"ruff>=0.1.0",
5454
"mypy>=1.0",

0 commit comments

Comments
 (0)