From 1af626f41a30b20c180fe2b76972ab8a0377e938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 19:03:11 +0100 Subject: [PATCH] build(deps): bump lmdb from 1.8.1 to 2.1.1 (#968) Bumps [lmdb](https://github.com/jnwatson/py-lmdb) from 1.8.1 to 2.1.1. - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_1.8.1...py-lmdb_2.1.1) --- updated-dependencies: - dependency-name: lmdb dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 644d4ee..f3daf24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pydantic-settings==2.13.1", "linkify-it-py==2.1.0", "loguru==0.7.3", - "lmdb==1.8.1", + "lmdb==2.1.1", ] [project.optional-dependencies]