Skip to content

Commit

Permalink
Merge pull request #64 from pyiron/dependabot/pip/tqdm-4.57.0
Browse files Browse the repository at this point in the history
Bump tqdm from 4.56.2 to 4.57.0
  • Loading branch information
jan-janssen authored Feb 18, 2021
2 parents 8efcfc6 + 2c78d70 commit b722bfe
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.3
- paramiko =2.7.2
- tqdm =4.56.2
- tqdm =4.57.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
'pandas==1.2.2',
'paramiko==2.7.2',
'pyyaml==5.4.1',
'tqdm==4.56.2'],
'tqdm==4.57.0'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit b722bfe

Please sign in to comment.