Skip to content

Commit

Permalink
Merge pull request #52 from pyiron/dependabot/pip/pyyaml-5.4.1
Browse files Browse the repository at this point in the history
Bump pyyaml from 5.1.2 to 5.4.1
  • Loading branch information
jan-janssen committed Feb 1, 2021
2 parents a6a0878 + 0f1f4e5 commit 343e1e8
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 @@ -6,7 +6,7 @@ dependencies:
- coverage
- codacy-coverage
- pandas >=0.24.2
- pyyaml >=5.1.2
- pyyaml >=5.4.1
- jinja2 >=2.11.2
- paramiko >=2.4.2
- tqdm >=4.35.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'jinja2==2.11.2',
'pandas==0.24.2',
'paramiko==2.4.2',
'pyyaml==5.1.2',
'pyyaml==5.4.1',
'tqdm==4.35.0'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 343e1e8

Please sign in to comment.