From f749caa98c32e1d9a31a46103dd8db5753450341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 03:09:54 +0100 Subject: [PATCH] build(deps): bump lmdb from 1.7.5 to 1.8.1 (#944) Bumps [lmdb](https://github.com/jnwatson/py-lmdb) from 1.7.5 to 1.8.1. - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_1.7.5...py-lmdb_1.8.1) --- updated-dependencies: - dependency-name: lmdb dependency-version: 1.8.1 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> Co-authored-by: Normann --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bc85a53..2bcc543 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.7.5", + "lmdb==1.8.1", ] [project.optional-dependencies]