This is an automated email from the ASF dual-hosted git repository.

jevans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f013ddad0 Upgrade boto3 to latest version. (#21167)
9f013ddad0 is described below

commit 9f013ddad0877923f34d2d152c283fbdf7a2dc06
Author: Joe Evans <[email protected]>
AuthorDate: Thu Jan 12 07:31:22 2023 -0800

    Upgrade boto3 to latest version. (#21167)
    
    * Upgrade boto3 to latest version.
    
    * Change link_check workflow to use ubuntu 20.04 instead of latest, until 
we can upgrade toolchain.
---
 .github/workflows/link_check.yml | 2 +-
 cd/utils/requirements.txt        | 2 +-
 ci/docker/install/requirements   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml
index e278654913..acbd2e270b 100644
--- a/.github/workflows/link_check.yml
+++ b/.github/workflows/link_check.yml
@@ -8,7 +8,7 @@ defaults:
 
 jobs:
   linkcheck:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       fail-fast: false
     steps:
diff --git a/cd/utils/requirements.txt b/cd/utils/requirements.txt
index 0aaf101ca4..599859559f 100644
--- a/cd/utils/requirements.txt
+++ b/cd/utils/requirements.txt
@@ -14,5 +14,5 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-boto3==1.9.114
+boto3==1.26.48
 PyYAML==5.1
diff --git a/ci/docker/install/requirements b/ci/docker/install/requirements
index 62452aa925..509aea3f7f 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -51,7 +51,7 @@ packaging
 decorator==4.4.0
 
 # Used in examples
-boto3==1.9.229
+boto3==1.26.48
 h5py==2.10.0
 
 # Array API Standardization requirements

Reply via email to