Bump dependencies.

This commit is contained in:
Julien Palard 2023-07-21 09:09:37 +02:00
parent 901cacefac
commit 2463500b97
Signed by: mdk
GPG Key ID: 0EFC1AC1006886F8
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
poutils poutils
======= =======

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "poutils" name = "poutils"
version = "0.15.3" version = "0.15.4"
description = "Gettext related tools: spellcheck, line wrapping etc..." description = "Gettext related tools: spellcheck, line wrapping etc..."
readme = "README.rst" readme = "README.rst"
keywords = [ keywords = [
@ -26,12 +26,12 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"powrap==1.0.1", "powrap==1.0.1",
"pospell==1.2", "pospell==1.3",
"pogrep==0.1.4", "pogrep==0.1.4",
"potodo==0.21.3", "potodo==0.21.3",
"pomerge==0.1.4", "pomerge==0.1.4",
"padpo==0.11.0", "padpo==0.11.0",
"sphinx-lint==0.6.7", "sphinx-lint==0.6.8",
] ]
[project.license] [project.license]