diff --git a/pyproject.toml b/pyproject.toml index 2f05733..9c5bea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "poutils" -version = "0.15.2" +version = "0.15.3" description = "Gettext related tools: spellcheck, line wrapping etc..." readme = "README.rst" keywords = [ @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "powrap==1.0.1", - "pospell==1.1", + "pospell==1.2", "pogrep==0.1.4", "potodo==0.21.3", "pomerge==0.1.4",