Skip to content

Commit

Permalink
chore(deps): update dependency reportlab to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 21, 2023
1 parent 5575e6b commit 82b12a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 51 deletions.
56 changes: 7 additions & 49 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build = ["generate", "_build"]

[tool.poetry.dependencies]
python = "^3.8"
reportlab = { version = "^3.6.3", optional = true }
reportlab = { version = "^4.0.0", optional = true }
Pillow = { version = "^9.2.0", optional = true }
svglib = { version = "^1.1.0", optional = true }
semantic-version = { version = "^2.8.5", optional = true }
Expand All @@ -32,7 +32,7 @@ poethepoet = "^0.22.0"
pre-commit = "^2.15.0"
Pillow = "^9.2.0"
svglib = "^1.1.0"
reportlab = "^3.5.68"
reportlab = "^4.0.0"

[tool.poetry.extras]
imaging = ["reportlab", "Pillow", "svglib"]
Expand Down

0 comments on commit 82b12a9

Please sign in to comment.