Skip to content

Commit

Permalink
fix(deps): update dependency pillow to v11 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 9e67629 commit b45d53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"

Expand Down

0 comments on commit b45d53e

Please sign in to comment.