Skip to content

Commit 1fabdbd

Browse files
danielchalefDaniel Chalef
andauthored
fix: remediate Dependabot alerts (#582)
* fix: remediate Dependabot alerts * fix: preserve JavaScript dependency compatibility --------- Co-authored-by: Daniel Chalef <danielchalef@MacDBook.local>
1 parent 38a5054 commit 1fabdbd

16 files changed

Lines changed: 520 additions & 455 deletions

File tree

examples/python/agent-memory-full-example/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset-normalizer==3.4.3
99
click==8.3.0
1010
distro==1.9.0
1111
gitdb==4.0.12
12-
GitPython==3.1.50
12+
GitPython==3.1.55
1313
h11==0.16.0
1414
httpcore==1.0.9
1515
httpx==0.28.1
@@ -25,7 +25,7 @@ numpy==2.3.3
2525
openai==1.109.1
2626
packaging==25.0
2727
pandas==2.3.2
28-
pillow==12.2.0
28+
pillow==12.3.0
2929
protobuf==6.33.5
3030
pyarrow==23.0.1
3131
pydantic==2.11.9

examples/python/context-templates-example/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset-normalizer==3.4.3
99
click==8.3.0
1010
distro==1.9.0
1111
gitdb==4.0.12
12-
GitPython==3.1.50
12+
GitPython==3.1.55
1313
h11==0.16.0
1414
httpcore==1.0.9
1515
httpx==0.28.1
@@ -25,7 +25,7 @@ numpy==2.3.3
2525
openai==1.109.1
2626
packaging==25.0
2727
pandas==2.3.2
28-
pillow==12.2.0
28+
pillow==12.3.0
2929
protobuf==6.33.5
3030
pyarrow==23.0.1
3131
pydantic==2.11.9

examples/python/elevenlabs-zep-example/react-app/package-lock.json

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

examples/python/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lazify==0.4.0
6262
literalai==0.1.201
6363
MarkupSafe==3.0.2
6464
marshmallow==3.26.2
65-
mcp==1.23.0
65+
mcp==1.28.1
6666
multidict==6.6.3
6767
mypy-extensions==1.1.0
6868
nest-asyncio==1.6.0
@@ -87,16 +87,16 @@ propcache==0.3.2
8787
protobuf==5.29.6
8888
pydantic-settings==2.10.1
8989
PyJWT==2.13.0
90-
python-engineio==4.12.2
90+
python-engineio==4.13.2
9191
python-multipart==0.0.31
92-
python-socketio==5.14.0
92+
python-socketio==5.16.2
9393
PyYAML==6.0.2
9494
referencing==0.36.2
9595
requests==2.33.0
9696
requests-toolbelt==1.0.0
9797
rpds-py==0.26.0
9898
simple-websocket==1.1.0
99-
soupsieve==2.7
99+
soupsieve==2.8.4
100100
SQLAlchemy==2.0.42
101101
sse-starlette==3.0.2
102102
starlette==1.3.1

examples/python/user-summary-instructions-example/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset-normalizer==3.4.3
99
click==8.3.0
1010
distro==1.9.0
1111
gitdb==4.0.12
12-
GitPython==3.1.50
12+
GitPython==3.1.55
1313
h11==0.16.0
1414
httpcore==1.0.9
1515
httpx==0.28.1
@@ -25,7 +25,7 @@ numpy==2.3.3
2525
openai==1.109.1
2626
packaging==25.0
2727
pandas==2.3.2
28-
pillow==12.2.0
28+
pillow==12.3.0
2929
protobuf==6.33.5
3030
pyarrow==23.0.1
3131
pydantic==2.11.9

examples/python/zep-quickstart-dashboard/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ charset-normalizer==3.4.3
99
click==8.3.0
1010
distro==1.9.0
1111
gitdb==4.0.12
12-
GitPython==3.1.50
12+
GitPython==3.1.55
1313
h11==0.16.0
1414
httpcore==1.0.9
1515
httpx==0.28.1
@@ -25,7 +25,7 @@ numpy==2.3.3
2525
openai==1.109.1
2626
packaging==25.0
2727
pandas==2.3.2
28-
pillow==12.2.0
28+
pillow==12.3.0
2929
protobuf==6.33.5
3030
pyarrow==23.0.1
3131
pydantic==2.11.9

examples/typescript/zep-graph-visualization/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"d3": "^7.9.0",
2323
"dayjs": "^1.11.13",
2424
"lucide-react": "^0.479.0",
25-
"next": "15.5.18",
25+
"next": "15.5.21",
2626
"next-themes": "^0.4.6",
2727
"react": "^19.0.0",
2828
"react-dom": "^19.0.0",
@@ -43,14 +43,15 @@
4343
"typescript": "^5"
4444
},
4545
"resolutions": {
46-
"postcss": ">=8.5.10",
46+
"postcss": ">=8.5.18",
4747
"picomatch": ">=4.0.4",
4848
"@eslint/config-array/minimatch": "3.1.3",
4949
"@eslint/eslintrc/minimatch": "3.1.3",
50-
"minimatch": ">=9.0.7",
51-
"js-yaml": ">=4.2.0",
50+
"js-yaml": "4.3.0",
5251
"flatted": ">=3.4.2",
5352
"ajv": "^6.14.0",
54-
"@eslint/plugin-kit": ">=0.3.5"
53+
"@eslint/plugin-kit": ">=0.3.5",
54+
"@eslint/eslintrc/minimatch/brace-expansion": "1.1.17",
55+
"next/sharp": "0.35.0"
5556
}
5657
}

0 commit comments

Comments
 (0)