From dbf8e6349b022109355dee0dd04143a36b032ff1 Mon Sep 17 00:00:00 2001 From: Kristi Nikolla Date: Tue, 2 Dec 2025 09:02:07 -0500 Subject: [PATCH] Update nerc-rates pin to 1.0.0 The previous pin had only been updated in requirements.txt, missing setup.cfg therefore an older version of nerc-rates that didn't contain the outages module had been installed. Closes https://github.com/nerc-project/coldfront-plugin-cloud/issues/273 --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3b441862..19aca6d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/CCI-MOC/nerc-rates@5569bba#egg=nerc_rates +git+https://github.com/CCI-MOC/nerc-rates@v1.0.0#egg=nerc_rates boto3 kubernetes openshift diff --git a/setup.cfg b/setup.cfg index 18a05f5f..9a41f59b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,7 +20,7 @@ package_dir = packages = find: python_requires = >=3.11 install_requires = - nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@33701ed + nerc_rates @ git+https://github.com/CCI-MOC/nerc-rates@v1.0.0 boto3 kubernetes openshift