We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41a3de8 commit c2dc66bCopy full SHA for c2dc66b
pyproject.toml
@@ -19,7 +19,7 @@ build = ["generate", "_build"]
19
[tool.poetry.dependencies]
20
python = "^3.8"
21
reportlab = { version = "^3.6.3", optional = true }
22
-Pillow = { version = "^9.2.0", optional = true }
+Pillow = { version = "^11.0.0", optional = true }
23
svglib = { version = "^1.1.0", optional = true }
24
semantic-version = { version = "^2.8.5", optional = true }
25
requests = { version = "^2.26.0", optional = true }
@@ -30,7 +30,7 @@ pytest = "^7.0.0"
30
black = "^21.6b0"
31
poethepoet = "^0.30.0"
32
pre-commit = "^2.15.0"
33
-Pillow = "^9.2.0"
+Pillow = "^11.0.0"
34
svglib = "^1.1.0"
35
reportlab = "^3.5.68"
36
0 commit comments