Skip to content

Commit 11ea4de

Browse files
authored
Merge pull request #159 from ansible/omaciel/CVE-2026-27628
fix: update pypdf for CVE-2026-27628.
2 parents bd8abf6 + bf8aa3d commit 11ea4de

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

pdm.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ dependencies = [
115115
"msgpack==1.1.0",
116116
"llama-index-vector-stores-postgres>=0.4.0",
117117
"h11>=0.16.0",
118-
"pypdf==6.1.3",
118+
"pypdf==6.7.2",
119119
# need to pin to avoid deadlock
120120
"requests==2.32.2",
121121
"python-multipart==0.0.22", # CVE-2026-24486

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,9 +607,9 @@ pygments==2.19.2 \
607607
pyjwt[crypto]==2.10.1 \
608608
--hash=sha256:3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953 \
609609
--hash=sha256:dcdd193e30abefd5debf142f9adfcdd2b58004e644f25406ffaebd50bd98dacb
610-
pypdf==6.1.3 \
611-
--hash=sha256:8d420d1e79dc1743f31a57707cabb6dcd5b17e8b9a302af64b30202c5700ab9d \
612-
--hash=sha256:eb049195e46f014fc155f566fa20e09d70d4646a9891164ac25fa0cbcfcdbcb5
610+
pypdf==6.7.2 \
611+
--hash=sha256:331b63cd66f63138f152a700565b3e0cebdf4ec8bec3b7594b2522418782f1f3 \
612+
--hash=sha256:82a1a48de500ceea59a52a7d979f5095927ef802e4e4fac25ab862a73468acbb
613613
pyproject-hooks==1.2.0 \
614614
--hash=sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8 \
615615
--hash=sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913

0 commit comments

Comments
 (0)