From 8d1acc801c22248ba553b14d531a67faea2c37d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 16:22:01 +0200 Subject: [PATCH] build(deps): bump lmdb from 2.1.1 to 2.2.0 (#989) Bumps [lmdb](https://github.com/jnwatson/py-lmdb) from 2.1.1 to 2.2.0. - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_2.1.1...py-lmdb_2.2.0) --- updated-dependencies: - dependency-name: lmdb dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 9586f94..d4782f9 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==2.1.1", + "lmdb==2.2.0", ] [project.optional-dependencies]