Chore: Updates dependency groups (#10339)

This commit is contained in:
Trenton H 2025-07-07 17:37:58 -07:00 committed by GitHub
parent bc019fab96
commit 3d2a3ede71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 157 additions and 153 deletions

View file

@ -304,7 +304,7 @@ class BarcodePlugin(ConsumeTaskPlugin):
)
x, y = page.size
page = page.resize(
(int(round(x * factor)), (int(round(y * factor)))),
(round(x * factor), (round(y * factor))),
)
# Detect barcodes