Skip to content

Commit 77f62a0

Browse files
fixed dependabot security alerts
1 parent 5474f83 commit 77f62a0

10 files changed

Lines changed: 1329 additions & 1119 deletions

File tree

src/ContentProcessor/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ dependencies = [
2222
"pymongo>=4.16.0",
2323
"python-dotenv>=1.2.1",
2424
"tiktoken>=0.12.0",
25+
"protobuf>=5.29.6",
26+
"pyjwt>=2.12.0",
27+
"pyasn1>=0.6.3",
2528
]
2629

2730

src/ContentProcessor/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ charset-normalizer==3.4.4
1111
click==8.3.1
1212
colorama==0.4.6
1313
coverage==7.13.1
14-
cryptography==46.0.5
14+
cryptography==46.0.7
1515
dnspython==2.8.0
1616
idna==3.11
1717
iniconfig==2.3.0
@@ -30,8 +30,8 @@ pycparser==2.23
3030
pydantic==2.12.5
3131
pydantic-core==2.41.5
3232
pydantic-settings==2.12.0
33-
pygments==2.19.2
34-
pyjwt==2.10.1
33+
pygments==2.20.0
34+
pyjwt==2.12.0
3535
pymongo==4.16.0
3636
pytest==9.0.2
3737
pytest-asyncio==1.3.0
@@ -41,7 +41,7 @@ python-dateutil==2.9.0.post0
4141
python-dotenv==1.2.1
4242
pytz==2025.2
4343
regex==2025.11.3
44-
requests==2.32.5
44+
requests==2.33.0
4545
ruff==0.14.11
4646
sentinels==1.1.1
4747
six==1.17.0

src/ContentProcessor/uv.lock

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

src/ContentProcessorAPI/pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,20 @@ dependencies = [
1717
"pygments>=2.19.2",
1818
"pymongo>=4.16.0",
1919
"python-dotenv>=1.0.1",
20+
"python-multipart>=0.0.22",
2021
"starlette>=0.49.1",
2122
"uvicorn[standard]>=0.34.0",
2223
"h11>=0.16.0",
2324
"urllib3~=2.6.0",
2425
"opentelemetry-api>=1.39.1",
2526
"sas-cosmosdb>=0.1.4",
27+
"cryptography>=46.0.7",
28+
"pyjwt>=2.12.0",
2629
]
2730

2831
[dependency-groups]
2932
dev = [
33+
"black>=26.3.1",
3034
"pytest>=9.0.2",
3135
"pytest-asyncio>=0.25.0",
3236
"pytest-cov>=7.0.0",

src/ContentProcessorAPI/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cffi==2.0.0
1111
charset-normalizer==3.4.4
1212
click==8.3.1
1313
colorama==0.4.6
14-
cryptography==46.0.3
14+
cryptography==46.0.7
1515
dnspython==2.8.0
1616
email-validator==2.3.0
1717
fastapi==0.128.0
@@ -36,13 +36,13 @@ pydantic==2.12.5
3636
pydantic-core==2.41.5
3737
pydantic-extra-types==2.11.0
3838
pydantic-settings==2.12.0
39-
pygments==2.19.2
40-
pyjwt==2.10.1
39+
pygments==2.20.0
40+
pyjwt==2.12.0
4141
pymongo==4.16.0
4242
python-dotenv==1.2.1
4343
python-multipart==0.0.22
4444
pyyaml==6.0.3
45-
requests==2.32.5
45+
requests==2.33.0
4646
rich==14.2.0
4747
rich-toolkit==0.17.1
4848
rignore==0.7.6

0 commit comments

Comments
 (0)