diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 25992598d..fed35ae9b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -13,3 +13,12 @@ updates: github-actions: patterns: - "*" + + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: "daily" + time: "15:25" + timezone: "Asia/Shanghai" + commit-message: + prefix: "chore(deps): " diff --git a/example/pcap-analyzer/requirements.txt b/example/pcap-analyzer/requirements.txt index 9003d1cdf..0ac1ccb3e 100644 --- a/example/pcap-analyzer/requirements.txt +++ b/example/pcap-analyzer/requirements.txt @@ -9,7 +9,7 @@ langchain-text-splitters==1.0.0 langgraph==1.0.1 langgraph-checkpoint==3.0.0 langgraph-prebuilt==1.0.1 -langgraph-sdk==0.2.9 +langgraph-sdk==0.3.15 langsmith==0.4.38 paramiko==4.0.0 python-multipart==0.0.20 \ No newline at end of file