From 609078a70f95e63ada41b40231881dd2d526d6d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 02:14:02 +0000 Subject: [PATCH] build(deps): Bump the pip group across 1 directory with 5 updates --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.13.3 dependency-type: direct:production dependency-group: pip - dependency-name: langchain dependency-version: 0.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- agents/eliza-daemon/requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/agents/eliza-daemon/requirements.txt b/agents/eliza-daemon/requirements.txt index 8584b94..c74cf03 100644 --- a/agents/eliza-daemon/requirements.txt +++ b/agents/eliza-daemon/requirements.txt @@ -2,11 +2,11 @@ # Core Python packages asyncio-mqtt==0.11.1 -aiohttp==3.8.5 +aiohttp==3.13.3 aiofiles==23.1.0 # AI and Machine Learning -langchain==0.0.354 +langchain==0.2.5 openai==0.28.1 tiktoken==0.5.1 @@ -31,7 +31,7 @@ celery==5.3.4 redis==5.0.1 # HTTP Requests and APIs -requests==2.31.0 +requests==2.32.4 httpx==0.25.2 # Data Processing @@ -49,13 +49,13 @@ pydantic==2.5.0 pyyaml==6.0.1 # Cryptography and Security -cryptography==41.0.7 +cryptography==44.0.1 pynacl==1.5.0 # Development and Testing pytest==7.4.3 pytest-asyncio==0.21.1 -black==23.11.0 +black==24.3.0 flake8==6.1.0 # System monitoring