diff --git a/pyproject.toml b/pyproject.toml index 62c8e42f2..f515195dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] license = {text="BSD"} dependencies = [ - "borgstore ~= 0.0.4", + "borgstore ~= 0.1.0", "msgpack >=1.0.3, <=1.1.0", "packaging", "platformdirs >=3.0.0, <5.0.0; sys_platform == 'darwin'", # for macOS: breaking changes in 3.0.0,