Skip to content

Commit

Permalink
Merge pull request #70 from pyiron/dependabot/pip/tqdm-4.59.0
Browse files Browse the repository at this point in the history
Bump tqdm from 4.58.0 to 4.59.0
  • Loading branch information
jan-janssen committed Mar 8, 2021
2 parents 1c74719 + 35ca66b commit 6e871f2
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.58.0
- tqdm =4.59.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.58.0'],
'tqdm==4.59.0'],
cmdclass=versioneer.get_cmdclass(),
)

0 comments on commit 6e871f2

Please sign in to comment.