Skip to content

Commit

Permalink
Merge pull request #73 from pyiron/dependabot/pip/tqdm-4.60.0
Browse files Browse the repository at this point in the history
Bump tqdm from 4.59.0 to 4.60.0
  • Loading branch information
jan-janssen committed Apr 6, 2021
2 parents 3f6857c + 156a91d commit ead0cb5
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.59.0
- tqdm =4.60.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.3',
'paramiko==2.7.2',
'pyyaml==5.4.1',
'tqdm==4.59.0'],
'tqdm==4.60.0'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit ead0cb5

Please sign in to comment.