general: update minimal cachew version

had quite a few useful fixes/performance optimizations since
This commit is contained in:
karlicoss 2023-11-07 21:09:48 +00:00
parent 33f8d867e2
commit e547acfa59

View file

@ -59,7 +59,7 @@ def main() -> None:
# todo document these?
'orjson', # for my.core.serialize
'pyfzf_iter', # for my.core.denylist
'cachew>=0.8.0',
'cachew>=0.15.20231019 ',
'mypy', # used for config checks
'colorlog', # for colored logs
'enlighten', # for CLI progress bars