Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Upgrade boto3 to latest version. (#21167)
Browse files Browse the repository at this point in the history
* Upgrade boto3 to latest version.

* Change link_check workflow to use ubuntu 20.04 instead of latest, until we can upgrade toolchain.
  • Loading branch information
josephevans committed Jan 12, 2023
1 parent 48d7f4a commit 9f013dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:

jobs:
linkcheck:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
steps:
Expand Down
2 changes: 1 addition & 1 deletion cd/utils/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ci/docker/install/requirements
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f013dd

Please sign in to comment.