diff --git a/pyproject.toml b/pyproject.toml index fd94233..1b4c571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] license = "MIT" license-files = ["LICEN[CS]E*"] -dependencies = [ "meshcore >= 1.9.6", "prompt_toolkit >= 3.0.50" ] +dependencies = [ "meshcore >= 1.9.7", "prompt_toolkit >= 3.0.50" ] [project.urls] Homepage = "https://github.com/fdlamotte/meshcore-cli"