From 796555ae971bd31a2962c6feec6ccf4bfcd8f0a4 Mon Sep 17 00:00:00 2001 From: "Jason C. Nucciarone" Date: Fri, 20 Sep 2024 14:32:58 -0400 Subject: [PATCH] chore(deps): bump slurmutils to version 0.7.0 Signed-off-by: Jason C. Nucciarone --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 9a5628c..9284b31 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ # lib deps -slurmutils ~= 0.6.0 +slurmutils ~= 0.7.0 python-dotenv ~= 1.0.1 pyyaml >= 6.0.2 distro ~=1.9.0