From def7b8a390c505d4ad9a13b58146239e340072a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 06:29:59 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /refs/nexent directory: [mem0ai](https://github.com/mem0ai/mem0) and [pypdf](https://github.com/py-pdf/pypdf). Updates `mem0ai` from 1.0.11 to 2.0.0b2 - [Release notes](https://github.com/mem0ai/mem0/releases) - [Commits](https://github.com/mem0ai/mem0/compare/v1.0.11...v2.0.0b2) Updates `pypdf` from 6.14.2 to 6.15.0 - [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.14.2...6.15.0) --- updated-dependencies: - dependency-name: mem0ai dependency-version: 2.0.0b2 dependency-type: direct:production dependency-group: pip - dependency-name: pypdf dependency-version: 6.15.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- refs/nexent/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refs/nexent/pyproject.toml b/refs/nexent/pyproject.toml index e59b08f..776ea85 100644 --- a/refs/nexent/pyproject.toml +++ b/refs/nexent/pyproject.toml @@ -47,13 +47,13 @@ dependencies = [ "linkup-sdk", "paramiko>=3.4.0", "linkup-sdk", - "mem0ai==1.0.11", + "mem0ai==2.0.0b2", "pymysql>=1.1.0", "psycopg2-binary>=2.9.9", "pymssql>=2.2.11", "openpyxl>=3.1.5", "orjson==3.11.6", - "pypdf==6.14.2", + "pypdf==6.15.0", "python-pptx==1.0.2", "ijson==3.5.0", "langchain-text-splitters==1.1.2",