Skip to content

Commit bbcbbc9

Browse files
Update all minor versions
1 parent 4fdda26 commit bbcbbc9

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

poetry.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ add-codes-page = "scan_to_paperless.code:main"
3737
python = ">=3.10,<3.14"
3838
numpy = { version = "2.2.2", optional = true }
3939
scikit-image = { version = "0.25.1", optional = true }
40-
opencv-contrib-python-headless = { version = "4.10.0.84", optional = true }
40+
opencv-contrib-python-headless = { version = "4.11.0.86", optional = true }
4141
deskew = { version = "1.5.1", optional = true }
4242
"ruamel.yaml" = "0.18.10"
4343
argcomplete = "3.5.3"
4444
Pillow = "11.1.0"
45-
pypdf = { version = "5.1.0", optional = true }
45+
pypdf = { version = "5.2.0", optional = true }
4646
pyzbar = { version = "0.1.9", optional = true }
47-
reportlab = { version = "4.2.5", optional = true }
47+
reportlab = { version = "4.3.0", optional = true }
4848
weasyprint = { version = "63.1", optional = true }
4949
cffi = { version = "1.17.1", optional = true }
5050
pikepdf = { version = "9.5.1", optional = true }
@@ -91,9 +91,9 @@ jupyter = [
9191
sane = ["python-sane"]
9292

9393
[tool.poetry.group.dev.dependencies]
94-
prospector = { version = "1.13.3", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
94+
prospector = { version = "1.14.1", extras = ["with_bandit", "with_mypy", "with_pyroma", "with_ruff"] }
9595
prospector-profile-duplicated = "1.10.4"
96-
prospector-profile-utils = "1.14.1"
96+
prospector-profile-utils = "1.17.0"
9797
pytest = "8.3.4"
9898
pytest-profiling = "1.8.1"
9999
pytest-rerunfailures = "15.0"

0 commit comments

Comments
 (0)