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

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


The following commit(s) were added to refs/heads/v1.x by this push:
     new 699d1ce01a Upgrade boto3/awscli in docker containers and build 
environments. (#21168)
699d1ce01a is described below

commit 699d1ce01a52c8b1b4acbae6b10cb0f50c7f33cc
Author: Joe Evans <[email protected]>
AuthorDate: Thu Jan 12 07:31:46 2023 -0800

    Upgrade boto3/awscli in docker containers and build environments. (#21168)
    
    * Upgrade boto3/awscli in docker containers and build environments.
    
    * Remove pinning of requests.
---
 cd/utils/requirements.txt        | 2 +-
 ci/docker/install/requirements   | 4 ++--
 ci/docker_cache_requirements     | 5 ++---
 docs/python_docs/environment.yml | 2 +-
 4 files changed, 6 insertions(+), 7 deletions(-)

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 482846cb2f..abc3b661f1 100644
--- a/ci/docker/install/requirements
+++ b/ci/docker/install/requirements
@@ -18,7 +18,7 @@
 # build and install are separated so changes to build don't invalidate
 # the whole docker cache for the image
 
-boto3==1.9.229
+boto3==1.26.48
 cpplint==1.3.0
 Cython
 decorator==4.4.0
@@ -30,7 +30,7 @@ nose-timer==0.7.3
 numpy>=1.16.0,<1.20.0
 pylint==2.3.1  # pylint and astroid need to be aligned
 astroid==2.3.3  # pylint and astroid need to be aligned
-requests<2.19.0,>=2.18.4
+requests
 scipy<1.7.0 # Restrict scipy version due to 
https://github.com/apache/mxnet/issues/20389
 setuptools
 coverage
diff --git a/ci/docker_cache_requirements b/ci/docker_cache_requirements
index d1272cb348..c3f583e213 100644
--- a/ci/docker_cache_requirements
+++ b/ci/docker_cache_requirements
@@ -14,11 +14,10 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-boto3==1.7.13
-botocore==1.10.13
+boto3==1.26.48
 docutils==0.14
 jmespath==0.9.3
 joblib==0.11
 python-dateutil==2.7.2
-s3transfer==0.1.13
+s3transfer==0.6.0
 six==1.11.0
diff --git a/docs/python_docs/environment.yml b/docs/python_docs/environment.yml
index 075c13eaf8..c1a37d01a1 100644
--- a/docs/python_docs/environment.yml
+++ b/docs/python_docs/environment.yml
@@ -36,5 +36,5 @@ dependencies:
   - pypandoc==1.4
   - breathe==4.13.1
   - mock==3.0.5
-  - awscli==1.16.266
+  - awscli==1.27.48
   - autodocsumm==0.1.12

Reply via email to