build: update lmdb dependency in pyproject.toml
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
09f9043e9a
commit
86af3a42ff
|
@ -10,7 +10,7 @@ dependencies = [
|
|||
"pyserial==3.4",
|
||||
"pyserial-asyncio==0.6",
|
||||
"pillow==9.3.0",
|
||||
"lmdb==1.3.0",
|
||||
"lmdb==1.4.1",
|
||||
"streaming-form-data==1.11.0",
|
||||
"distro==1.8.0",
|
||||
"inotify-simple==1.3.5",
|
||||
|
|
Loading…
Reference in New Issue