Skip to content

Commit

Permalink
Merge pull request #57 from pyiron/dependabot/pip/tqdm-4.56.0
Browse files Browse the repository at this point in the history
Bump tqdm from 4.35.0 to 4.56.0
  • Loading branch information
jan-janssen authored Feb 1, 2021
2 parents e7424b0 + 9146057 commit 5de647a
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 @@ -9,4 +9,4 @@ dependencies:
- pyyaml >=5.4.1
- jinja2 >=2.11.2
- paramiko >=2.4.2
- tqdm >=4.35.0
- tqdm >=4.56.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
'pandas==0.24.2',
'paramiko==2.4.2',
'pyyaml==5.4.1',
'tqdm==4.35.0'],
'tqdm==4.56.0'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 5de647a

Please sign in to comment.