From 991d4b9807f312c892a649dd90ea4773d55f60c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 17:59:43 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the /refs/nexent directory: [smolagents](https://github.com/huggingface/smolagents), [mem0ai](https://github.com/mem0ai/mem0), [orjson](https://github.com/ijl/orjson) and [pypdf](https://github.com/py-pdf/pypdf). Updates `smolagents` from 1.23.0 to 1.25.0 - [Release notes](https://github.com/huggingface/smolagents/releases) - [Commits](https://github.com/huggingface/smolagents/compare/v1.23.0...v1.25.0) Updates `mem0ai` from 0.1.117 to 2.0.0b2 - [Release notes](https://github.com/mem0ai/mem0/releases) - [Commits](https://github.com/mem0ai/mem0/compare/0.1.117...v2.0.0b2) Updates `orjson` from 3.10 to 3.11.6 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.0...3.11.6) Updates `pypdf` from 6.9.1 to 6.14.2 - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.9.1...6.14.2) --- updated-dependencies: - dependency-name: smolagents dependency-version: 1.25.0 dependency-type: direct:production dependency-group: pip - dependency-name: mem0ai dependency-version: 2.0.0b2 dependency-type: direct:production dependency-group: pip - dependency-name: orjson dependency-version: 3.11.6 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.14.2 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- refs/nexent/pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/refs/nexent/pyproject.toml b/refs/nexent/pyproject.toml index e39bbbf..e09ade8 100644 --- a/refs/nexent/pyproject.toml +++ b/refs/nexent/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "rich>=13.9.4", "setuptools>=75.1.0", "websockets>=14.2", - "smolagents[mcp]==1.23.0", + "smolagents[mcp]==1.25.0", "Pillow>=10.0.0", "aiohttp>=3.1.13", "jieba>=0.42.1", @@ -47,13 +47,13 @@ dependencies = [ "linkup-sdk", "paramiko>=3.4.0", "linkup-sdk", - "mem0ai==0.1.117", + "mem0ai==2.0.0b2", "pymysql>=1.1.0", "psycopg2-binary>=2.9.9", "pymssql>=2.2.11", "openpyxl>=3.1.5", - "orjson==3.10", - "pypdf==6.9.1", + "orjson==3.11.6", + "pypdf==6.14.2", "python-pptx==1.0.2", "ijson==3.5.0", "langchain-text-splitters==1.1.2",