Skip to content

Commit c2dc66b

Browse files
chore(deps): update dependency pillow to v11 [security]
1 parent 41a3de8 commit c2dc66b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build = ["generate", "_build"]
1919
[tool.poetry.dependencies]
2020
python = "^3.8"
2121
reportlab = { version = "^3.6.3", optional = true }
22-
Pillow = { version = "^9.2.0", optional = true }
22+
Pillow = { version = "^11.0.0", optional = true }
2323
svglib = { version = "^1.1.0", optional = true }
2424
semantic-version = { version = "^2.8.5", optional = true }
2525
requests = { version = "^2.26.0", optional = true }
@@ -30,7 +30,7 @@ pytest = "^7.0.0"
3030
black = "^21.6b0"
3131
poethepoet = "^0.30.0"
3232
pre-commit = "^2.15.0"
33-
Pillow = "^9.2.0"
33+
Pillow = "^11.0.0"
3434
svglib = "^1.1.0"
3535
reportlab = "^3.5.68"
3636

0 commit comments

Comments
 (0)