diff --git a/pyproject.toml b/pyproject.toml index 0eef382..d0e168f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bouquin" -version = "0.8.3" +version = "0.8.4" description = "Bouquin is a simple, opinionated notebook application written in Python, PyQt and SQLCipher." authors = ["Miguel Jacq "] readme = "README.md" @@ -12,7 +12,7 @@ include = ["bouquin/locales/*.json", "bouquin/keys/mig5.asc", "bouquin/fonts/Not [tool.poetry.dependencies] python = ">=3.10,<3.14" pyside6 = ">=6.8.1,<7.0.0" -bouquin-sqlcipher4 = "^4.12.0" +bouquin-sqlcipher4 = "^4.16.0" requests = "^2.32.3" markdown = "^3.7"