Skip to content

Commit

Permalink
Merge pull request #881 from pyiron/dependabot/pip/boto3-1.28.62
Browse files Browse the repository at this point in the history
Bump boto3 from 1.28.60 to 1.28.62
  • Loading branch information
jan-janssen authored Oct 7, 2023
2 parents bd00090 + fed33b9 commit 64455f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- scikit-image =0.21.0
- toposort
- randspg =0.0.1
- boto3 =1.28.60
- boto3 =1.28.62
- moto =4.2.5
- pycp2k =0.2.2
- python-graphviz
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- scikit-image =0.21.0
- toposort
- randspg =0.0.1
- boto3 =1.28.60
- boto3 =1.28.62
- moto =4.2.5
- pycp2k =0.2.2
- python-graphviz
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- scikit-image =0.21.0
- toposort
- randspg =0.0.1
- boto3 =1.28.60
- boto3 =1.28.62
- moto =4.2.5
- pycp2k =0.2.2
- python-graphviz
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
'image': ['scikit-image==0.21.0'],
'generic': [
'boto3==1.28.60',
'boto3==1.28.62',
'moto==4.2.5'
],
'workflow': [
Expand Down

0 comments on commit 64455f7

Please sign in to comment.