summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-06 01:16:33 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-06 01:16:33 +0200
commit4ea133608350e6e99008f46cb4c45dd18989b836 (patch)
tree2b285fce4be72873dee9c243361c258f77573ee7 /pyproject.toml
parent51904366dd5c46c8d8d37e333b538b7574360ff5 (diff)
Implement `Iterate` parser.
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 440dc07..88142bd 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = [
{ name = "Asko Nõmm", email = "asko@nmm.ee" }
]
dependencies = [
- "dompa>0.6.1"
+ "dompa>0.8.1"
]
classifiers = [
"Programming Language :: Python :: 3",