Skip to content

Commit

Permalink
Merge pull request #446 from pyiron/dependabot/pip/boto3-1.24.22
Browse files Browse the repository at this point in the history
Bump boto3 from 1.24.17 to 1.24.22
  • Loading branch information
niklassiemer authored Jul 4, 2022
2 parents c01b214 + 32fa9cc commit 180f397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dependencies:
- seaborn =0.11.2
- scikit-image =0.19.3
- randspg =0.0.1
- boto3 =1.24.17
- boto3 =1.24.22
- moto =3.1.15
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
'image': ['scikit-image==0.19.3'],
'generic': [
'boto3==1.24.17',
'boto3==1.24.22',
'moto==3.1.15'
],
},
Expand Down

0 comments on commit 180f397

Please sign in to comment.