From eb0eb858441115aef9f30db9d3e1d0a2722ed3f3 Mon Sep 17 00:00:00 2001 From: Humberto Sanchez II Date: Fri, 14 Apr 2023 14:05:56 -0500 Subject: [PATCH] <>[]: [] [] --- setup.py | 2 +- .../{testLoggingConfig.json => testLoggingConfiguration.json} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/resources/{testLoggingConfig.json => testLoggingConfiguration.json} (100%) diff --git a/setup.py b/setup.py index abd0a23..c1a3b1e 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ 'hasiicommon~=0.2.2', 'pyutmodel~=1.4.3', 'ogl~=0.70.26', - 'untanglepyut~=0.6.5-0', + 'untanglepyut~=0.6.50', ], ) diff --git a/tests/resources/testLoggingConfig.json b/tests/resources/testLoggingConfiguration.json similarity index 100% rename from tests/resources/testLoggingConfig.json rename to tests/resources/testLoggingConfiguration.json