Skip to content

Commit ddf777c

Browse files
authored
Merge pull request #556 from srbhr/copilot/check-package-vulnerabilities
2 parents af14191 + 078218c commit ddf777c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/backend/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"fastapi==0.115.12",
2222
"flatbuffers==25.2.10",
2323
"greenlet==3.1.1",
24-
"h11==0.14.0",
24+
"h11==0.16.0",
2525
"html2text==2025.4.15",
2626
"httpcore==1.0.8",
2727
"httpx==0.28.1",
@@ -39,8 +39,8 @@ dependencies = [
3939
"onnxruntime==1.21.1",
4040
"openai==1.75.0",
4141
"packaging==25.0",
42-
"pdfminer.six==20250327",
43-
"protobuf==6.30.2",
42+
"pdfminer.six==20251107",
43+
"protobuf==6.31.1",
4444
"pycparser==2.22",
4545
"pydantic==2.11.3",
4646
"pydantic-settings==2.8.1",

apps/backend/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ email_validator==2.2.0
1515
fastapi==0.115.12
1616
flatbuffers==25.2.10
1717
greenlet==3.1.1
18-
h11==0.14.0
18+
h11==0.16.0
1919
html2text==2025.4.15
2020
httpcore==1.0.8
2121
httpx==0.28.1
@@ -33,8 +33,8 @@ ollama==0.4.7
3333
onnxruntime==1.21.1
3434
openai==1.75.0
3535
packaging==25.0
36-
pdfminer.six==20250327
37-
protobuf==6.30.2
36+
pdfminer.six==20251107
37+
protobuf==6.31.1
3838
pycparser==2.22
3939
pydantic==2.11.3
4040
pydantic-settings==2.8.1

0 commit comments

Comments
 (0)