From 58ef0db3b9656c3a107346f0b2c859d3bc3015e7 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Fri, 26 Jan 2024 09:06:26 -0600 Subject: [PATCH] - Updated to opendap/besd:3.21.0-46 --- Dockerfile | 2 +- README.md | 3 --- dmrpp_generator/version.py | 2 +- requirements.txt | 13 +++++++------ setup.py | 2 +- 5 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Dockerfile b/Dockerfile index f3475a5..e5789d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM opendap/besd:3.20.13-998 +FROM opendap/besd:3.21.0-46 RUN yum -y update && \ yum -y upgrade HEALTHCHECK NONE diff --git a/README.md b/README.md index 18be35a..5226649 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ This repo consists of two components. The DMR++ activity terraform module and a python CLI to the DMR++ Docker container. -Current OPeNDAP BESD image: -https://github.com/ghrcdaac/dmrpp-generator/blob/ce1b53772cf9d501d4576a8d94f4f6868e526f7d/Dockerfile#L1 - ## Versioning We are following `v..` versioning convention, where: * `+1` means we changed the infrastructure and/or the major components that makes this software run. Will definitely diff --git a/dmrpp_generator/version.py b/dmrpp_generator/version.py index d0a18b3..f833f6e 100644 --- a/dmrpp_generator/version.py +++ b/dmrpp_generator/version.py @@ -1 +1 @@ -__version__ = "v4.2.2" +__version__ = "v4.3.0" diff --git a/requirements.txt b/requirements.txt index 691852b..c343cf1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,15 +1,15 @@ -attrs==23.1.0 +attrs==23.2.0 boto3==1.26.165 botocore==1.29.165 certifi==2023.11.17 charset-normalizer==3.3.2 -cumulus-message-adapter==2.0.3.post1 -cumulus-message-adapter-python==2.2.0 -cumulus-process==1.3.0 +cumulus-message-adapter==2.0.3 +cumulus_message_adapter_python==2.2.0 +cumulus_process==1.3.0 decorator==5.1.1 dicttoxml==1.7.16 idna==3.6 -jmespath==1.0.1 +jmespath==0.10.0 jsonpath-ng==1.4.3 jsonschema==4.17.3 ply==3.11 @@ -18,5 +18,6 @@ python-dateutil==2.8.2 python-json-logger==0.1.11 requests==2.31.0 s3transfer==0.6.2 -six==1.16.0 +six==1.12.0 +typed-ast==1.5.5 urllib3==1.26.18 diff --git a/setup.py b/setup.py index 0ce33b3..f45cc3c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'Intended Audience :: Developers', 'Intended Audience :: Science/Research', 'License :: Freeware', - 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.10', ], entry_points={ 'console_scripts': [