From db9a08f699f90510acc8716997d8174024799b51 Mon Sep 17 00:00:00 2001 From: Matthew Graber Date: Wed, 7 Feb 2024 09:19:43 -0800 Subject: [PATCH 1/2] Bumped boto3 to v1.34.22 --- docker/deps/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/deps/requirements.txt b/docker/deps/requirements.txt index fdbaf147..a14ed359 100644 --- a/docker/deps/requirements.txt +++ b/docker/deps/requirements.txt @@ -2,7 +2,7 @@ requests==2.31.0 pyaml==21.10.1 lxml==4.9.2 pypng==0.20220715.0 -boto3==1.26.42 +boto3==1.34.22 redis==5.0.0 urllib3==1.26.18 setuptools==65.5.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9c112d02..1a7f8d03 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ unittest2==1.1.0 # https://pypi.org/project/unittest2/ unittest-xml-reporting==3.2.0 # https://pypi.org/project/unittest-xml-reporting/ urllib3==1.26.18 # https://pypi.org/project/urllib3/ pyaml==21.10.1 # https://pypi.org/project/pyaml/ -boto3==1.26.42 # https://pypi.org/project/boto3/ +boto3==1.34.22 # https://pypi.org/project/boto3/ From c81ad113414d09db89fdf9589c77782720de13bd Mon Sep 17 00:00:00 2001 From: Matthew Graber Date: Wed, 7 Feb 2024 10:18:28 -0800 Subject: [PATCH 2/2] Bumped OnEarth release to v2.7.8-7 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index bca782d9..af9392c0 100755 --- a/version.sh +++ b/version.sh @@ -4,4 +4,4 @@ export ONEARTH_VERSION=2.7.8 # This must be manually incremented with each OnEarth version # The onearth release to use in the Docker image tag (e.g. onearth-wms:{ONEARTH_VERSION}-{ONEARTH_RELEASE}). -export ONEARTH_RELEASE=6 # This must be manually incremented with each OnEarth build +export ONEARTH_RELEASE=7 # This must be manually incremented with each OnEarth build