From c452f7d8293f06a1ebd85f16960abd1882bffffd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:20:28 +0000 Subject: [PATCH 1/4] Bump boto3 from 1.34.135 to 1.34.136 Bumps [boto3](https://github.com/boto/boto3) from 1.34.135 to 1.34.136. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.135...1.34.136) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-reformat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-reformat.txt b/requirements-reformat.txt index 3c61c65..6ef403f 100644 --- a/requirements-reformat.txt +++ b/requirements-reformat.txt @@ -1,3 +1,3 @@ -boto3==1.34.135 +boto3==1.34.136 gdal==3.8.3 requests==2.32.3 From 3f40a75b110358509e80bce09bc69e91a8197c10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:08:30 +0000 Subject: [PATCH 2/4] Bump boto3 from 1.34.136 to 1.34.140 Bumps [boto3](https://github.com/boto/boto3) from 1.34.136 to 1.34.140. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.136...1.34.140) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-reformat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-reformat.txt b/requirements-reformat.txt index 6ef403f..d5c4720 100644 --- a/requirements-reformat.txt +++ b/requirements-reformat.txt @@ -1,3 +1,3 @@ -boto3==1.34.136 +boto3==1.34.140 gdal==3.8.3 requests==2.32.3 From 5c2016a72fb9804fff3bb913011154ce849edd78 Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Mon, 8 Jul 2024 14:53:51 -0800 Subject: [PATCH 3/4] upgrade github actions workflows to python 3.11 --- .github/actions/deploy/action.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- CHANGELOG.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index b035bb5..88a921b 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -39,7 +39,7 @@ runs: - uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.11 - shell: bash run: | diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index bdf2cb9..cf22f53 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.11 - run: | python -m pip install --upgrade pip diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ddaa38..fea7b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/) and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.1.1] +### Changed +- Upgraded our GitHub Actions workflows to Python 3.11. + ## [1.1.0] ### Changed - Upgraded to Python 3.11 and GDAL 3.8.3 via [lambgeo/docker-lambda](https://github.com/lambgeo/docker-lambda) From 9265951308de42a502ea53d6890a469689a0c99f Mon Sep 17 00:00:00 2001 From: Jake Herrmann Date: Mon, 8 Jul 2024 15:27:46 -0800 Subject: [PATCH 4/4] delete setup-python step from deploy action --- .github/actions/deploy/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/deploy/action.yml b/.github/actions/deploy/action.yml index 88a921b..73cfbfe 100644 --- a/.github/actions/deploy/action.yml +++ b/.github/actions/deploy/action.yml @@ -37,10 +37,6 @@ runs: aws-secret-access-key: ${{ inputs.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - - uses: actions/setup-python@v5 - with: - python-version: 3.11 - - shell: bash run: | ./build_deployment_package.sh