summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-01 18:34:09 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-01 18:34:09 +0200
commit5e08a8b2f9258ae1f0aca7e3ad044b6360e07458 (patch)
tree3d1d70c043ecb45a7fe29a8987bc9561c52a3e41 /pyproject.toml
parent0dcbc92eeed565be873a733425c03049deb86388 (diff)
Update Dompa dep and remove typing.Dict usage
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2fb9d8b..440dc07 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = [
{ name = "Asko Nõmm", email = "asko@nmm.ee" }
]
dependencies = [
- "dompa>0.4.1"
+ "dompa>0.6.1"
]
classifiers = [
"Programming Language :: Python :: 3",