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

Commit 9f013dd

Browse files
authored
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.
1 parent 48d7f4a commit 9f013dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/link_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults:
88

99
jobs:
1010
linkcheck:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-20.04
1212
strategy:
1313
fail-fast: false
1414
steps:

cd/utils/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
boto3==1.9.114
17+
boto3==1.26.48
1818
PyYAML==5.1

ci/docker/install/requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ packaging
5151
decorator==4.4.0
5252

5353
# Used in examples
54-
boto3==1.9.229
54+
boto3==1.26.48
5555
h5py==2.10.0
5656

5757
# Array API Standardization requirements

0 commit comments

Comments
 (0)