build(deps): bump lmdb from 2.2.0 to 2.2.1 (#1099)

Bumps [lmdb](https://github.com/jnwatson/py-lmdb) from 2.2.0 to 2.2.1.
- [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog)
- [Commits](https://github.com/jnwatson/py-lmdb/compare/py-lmdb_2.2.0...py-lmdb_2.2.1)

---
updated-dependencies:
- dependency-name: lmdb
  dependency-version: 2.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-09 10:21:54 +02:00
committed by GitHub
parent 8c9a417729
commit faf3b02e1b

View File

@@ -45,7 +45,7 @@ dependencies = [
"pydantic-settings==2.14.1",
"linkify-it-py==2.1.0",
"loguru==0.7.3",
"lmdb==2.2.0",
"lmdb==2.2.1",
]
[project.optional-dependencies]