diff --git a/pyproject.toml b/pyproject.toml index 97aa093c..5a2c9e56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ build = ["generate", "_build"] [tool.poetry.dependencies] python = "^3.8" reportlab = { version = "^3.6.3", optional = true } -Pillow = { version = "^9.2.0", optional = true } +Pillow = { version = "^11.0.0", optional = true } svglib = { version = "^1.1.0", optional = true } semantic-version = { version = "^2.8.5", optional = true } requests = { version = "^2.26.0", optional = true } @@ -30,7 +30,7 @@ pytest = "^7.0.0" black = "^21.6b0" poethepoet = "^0.30.0" pre-commit = "^2.15.0" -Pillow = "^9.2.0" +Pillow = "^11.0.0" svglib = "^1.1.0" reportlab = "^3.5.68"