From b4a0c6772bd91f7745a775d273c6120a5b394a33 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Aug 2024 15:24:41 +0200 Subject: ... --- overlays/smartprom/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'overlays/smartprom/pyproject.toml') 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 @@ [tool.poetry] name = "smartprom" -version = "2.2.0" +version = "2.3.0" authors = [] description = "" @@ -8,7 +8,7 @@ description = "" smartprom = "smartprom.__main__:main" [tool.poetry.dependencies] -python = ">=3.10.0,<3.12" +python = ">=3.10.0,<3.13" prometheus-client = "^0.16.0" [build-system] -- cgit v1.2.3