Skip to content

Commit

Permalink
Merge pull request #344 from pyiron/dependabot/pip/moto-3.0.4
Browse files Browse the repository at this point in the history
Bump moto from 3.0.3 to 3.0.4
  • Loading branch information
jan-janssen authored Feb 21, 2022
2 parents 7281f35 + 67d7b57 commit d962b7b
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.2
- randspg =0.0.1
- boto3 =1.21.3
- moto =3.0.3
- moto =3.0.4
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.2'],
'generic': [
'boto3==1.21.3',
'moto==3.0.3'
'moto==3.0.4'
],
},
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit d962b7b

Please sign in to comment.