From 9174ccb1fb0bdfc2f42ca4fdb083a29bc3dcbce0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 02:23:36 +0000 Subject: [PATCH] fix(hm-ni-veristand): update python to 3.13.x --- .../national-instruments/hm-ni-veristand/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware-in-the-loop/national-instruments/hm-ni-veristand/pyproject.toml b/hardware-in-the-loop/national-instruments/hm-ni-veristand/pyproject.toml index 3910305404..46557fbe65 100644 --- a/hardware-in-the-loop/national-instruments/hm-ni-veristand/pyproject.toml +++ b/hardware-in-the-loop/national-instruments/hm-ni-veristand/pyproject.toml @@ -2,7 +2,7 @@ package-mode = false [tool.poetry.dependencies] -python = "3.12.x" +python = "3.13.x" niveristand = "3.2.0" [tool.poetry.group.dev.dependencies]