From 7c22969729bf8df13c23a8967a378e9c91dca0ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:12:29 +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]