build(deps): bump lmdb from 2.2.1 to 2.3.0 (#1148)

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

---
updated-dependencies:
- dependency-name: lmdb
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-07-15 11:06:47 +02:00
committed by GitHub
parent be4f52bf81
commit a942aa5cf7

View File

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