Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 237c5e3

Browse files
authored
Merge pull request #1242 from pyiron/dependabot/pip/boto3-1.37.9
Bump boto3 from 1.35.90 to 1.37.9
2 parents b0af568 + b6c2c2d commit 237c5e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- seaborn =0.13.2
1616
- scikit-image =0.24.0
1717
- randspg =0.0.1
18-
- boto3 =1.35.90
18+
- boto3 =1.37.9
1919
- moto =5.0.16
2020
- aws-sam-translator =1.77.0
2121
- distributed =2024.12.1

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- seaborn =0.13.2
1616
- scikit-image =0.24.0
1717
- randspg =0.0.1
18-
- boto3 =1.35.90
18+
- boto3 =1.37.9
1919
- moto =5.0.16
2020
- aws-sam-translator =1.77.0
2121
- distributed =2024.12.1

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies:
2121
- seaborn =0.13.2
2222
- scikit-image =0.24.0
2323
- randspg =0.0.1
24-
- boto3 =1.35.90
24+
- boto3 =1.37.9
2525
- moto =5.0.16
2626
- aws-sam-translator =1.77.0
2727
- distributed =2024.12.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
],
5252
'image': ['scikit-image==0.24.0'],
5353
'generic': [
54-
'boto3==1.35.90',
54+
'boto3==1.37.9',
5555
'moto==5.0.16'
5656
],
5757
'tinybase': [

0 commit comments

Comments
 (0)