summaryrefslogtreecommitdiff
path: root/overlays/smartprom/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/smartprom/pyproject.toml')
-rw-r--r--overlays/smartprom/pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/overlays/smartprom/pyproject.toml b/overlays/smartprom/pyproject.toml
index ad58bd51..8ca28f00 100644
--- a/overlays/smartprom/pyproject.toml
+++ b/overlays/smartprom/pyproject.toml
@@ -1,6 +1,6 @@
1[tool.poetry] 1[tool.poetry]
2name = "smartprom" 2name = "smartprom"
3version = "2.2.0" 3version = "2.3.0"
4authors = [] 4authors = []
5description = "" 5description = ""
6 6
@@ -8,7 +8,7 @@ description = ""
8smartprom = "smartprom.__main__:main" 8smartprom = "smartprom.__main__:main"
9 9
10[tool.poetry.dependencies] 10[tool.poetry.dependencies]
11python = ">=3.10.0,<3.12" 11python = ">=3.10.0,<3.13"
12prometheus-client = "^0.16.0" 12prometheus-client = "^0.16.0"
13 13
14[build-system] 14[build-system]