Skip to content

Commit 2fe793c

Browse files
Bump pypdf from 6.1.3 to 6.4.0 in /app/backend
Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.1.3 to 6.4.0. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](py-pdf/pypdf@6.1.3...6.4.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 09dd0ef commit 2fe793c

File tree

1 file changed

+4
-27
lines changed

1 file changed

+4
-27
lines changed

app/backend/requirements.txt

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ anyio==4.4.0
2020
# openai
2121
asgiref==3.10.0
2222
# via opentelemetry-instrumentation-asgi
23-
async-timeout==5.0.1
24-
# via aiohttp
2523
attrs==25.3.0
2624
# via aiohttp
2725
azure-ai-documentintelligence==1.0.2
@@ -47,8 +45,6 @@ azure-core-tracing-opentelemetry==1.0.0b11
4745
# via azure-monitor-opentelemetry
4846
azure-cosmos==4.9.0
4947
# via -r requirements.in
50-
azure-functions==1.24.0
51-
# via -r requirements.in
5248
azure-identity==1.17.1
5349
# via
5450
# -r requirements.in
@@ -97,11 +93,6 @@ cryptography==44.0.1
9793
# pyjwt
9894
distro==1.9.0
9995
# via openai
100-
exceptiongroup==1.3.0
101-
# via
102-
# anyio
103-
# hypercorn
104-
# taskgroup
10596
fixedint==0.1.6
10697
# via azure-monitor-opentelemetry-exporter
10798
flask==3.1.2
@@ -124,7 +115,7 @@ hpack==4.1.0
124115
# via h2
125116
httpcore==1.0.9
126117
# via httpx
127-
httpx==0.28.1
118+
httpx[http2]==0.28.1
128119
# via
129120
# microsoft-kiota-http
130121
# msgraph-core
@@ -343,13 +334,13 @@ pydantic-core==2.41.4
343334
# via pydantic
344335
pygments==2.19.2
345336
# via rich
346-
pyjwt==2.10.1
337+
pyjwt[crypto]==2.10.1
347338
# via
348339
# -r requirements.in
349340
# msal
350341
pymupdf==1.26.0
351342
# via -r requirements.in
352-
pypdf==6.1.3
343+
pypdf==6.4.0
353344
# via -r requirements.in
354345
python-dotenv==1.1.1
355346
# via
@@ -388,14 +379,10 @@ soupsieve==2.7
388379
# via beautifulsoup4
389380
std-uritemplate==2.0.5
390381
# via microsoft-kiota-abstractions
391-
taskgroup==0.2.2
392-
# via hypercorn
393382
tenacity==9.1.2
394383
# via -r requirements.in
395384
tiktoken==0.12.0
396385
# via -r requirements.in
397-
tomli==2.2.1
398-
# via hypercorn
399386
tqdm==4.66.5
400387
# via openai
401388
types-beautifulsoup4==4.12.0.20240511
@@ -407,29 +394,20 @@ types-pillow==10.2.0.20240822
407394
typing-extensions==4.15.0
408395
# via
409396
# -r requirements.in
410-
# aiosignal
411-
# anyio
412-
# asgiref
413397
# azure-ai-documentintelligence
414398
# azure-core
415399
# azure-cosmos
416400
# azure-identity
417401
# azure-search-documents
418402
# azure-storage-blob
419403
# azure-storage-file-datalake
420-
# exceptiongroup
421-
# hypercorn
422-
# multidict
423404
# openai
424405
# opentelemetry-api
425406
# opentelemetry-sdk
426407
# opentelemetry-semantic-conventions
427408
# pydantic
428409
# pydantic-core
429-
# pypdf
430-
# taskgroup
431410
# typing-inspection
432-
# uvicorn
433411
typing-inspection==0.4.2
434412
# via pydantic
435413
urllib3==2.5.0
@@ -438,7 +416,6 @@ uvicorn==0.30.6
438416
# via -r requirements.in
439417
werkzeug==3.1.3
440418
# via
441-
# azure-functions
442419
# flask
443420
# quart
444421
wrapt==1.16.0
@@ -453,4 +430,4 @@ wsproto==1.2.0
453430
yarl==1.17.2
454431
# via aiohttp
455432
zipp==3.21.0
456-
# via importlib-metadata
433+
# via importlib-metadata

0 commit comments

Comments
 (0)