Skip to content

Commit f4e5064

Browse files
Update all patch/minor versions
1 parent 075f543 commit f4e5064

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:24.04 AS upstream
1+
FROM ubuntu:24.10 AS upstream
22

33
RUN --mount=type=cache,target=/var/lib/apt/lists \
44
--mount=type=cache,target=/var/cache,sharing=locked \

poetry.lock

+20-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ add-codes-page = "scan_to_paperless.add_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.3.0", optional = true }
4646
pyzbar = { version = "0.1.9", optional = true }
47-
reportlab = { version = "4.2.5", optional = true }
48-
weasyprint = { version = "64.0", optional = true }
47+
reportlab = { version = "4.3.1", optional = true }
48+
weasyprint = { version = "64.1", optional = true }
4949
cffi = { version = "1.17.1", optional = true }
5050
pikepdf = { version = "9.5.1", optional = true }
5151
lxml= { version = "5.3.0", optional = true }

0 commit comments

Comments
 (0)