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/ 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