Skip to content

Commit

Permalink
Merge pull request #493 from pyiron/dependabot/pip/moto-4.0.3
Browse files Browse the repository at this point in the history
Bump moto from 4.0.2 to 4.0.3
  • Loading branch information
jan-janssen authored Sep 18, 2022
2 parents 698737e + 6d6dc33 commit e0db104
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 @@ -15,4 +15,4 @@ dependencies:
- scikit-image =0.19.3
- randspg =0.0.1
- boto3 =1.24.70
- moto =4.0.2
- moto =4.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
'image': ['scikit-image==0.19.3'],
'generic': [
'boto3==1.24.70',
'moto==4.0.2'
'moto==4.0.3'
],
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit e0db104

Please sign in to comment.