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
=======

View File

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