Skip to content

Commit

Permalink
Merge pull request #838 from pyiron/dependabot/pip/tqdm-4.64.1
Browse files Browse the repository at this point in the history
Bump tqdm from 4.64.0 to 4.64.1
  • Loading branch information
niklassiemer committed Sep 5, 2022
2 parents e9f85b9 + 373e5cb commit 5efa9d7
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 @@ -18,4 +18,4 @@ dependencies:
- pysqa =0.0.16
- pytables =3.7.0
- sqlalchemy =1.4.40
- tqdm =4.64.0
- tqdm =4.64.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'pysqa==0.0.16',
'sqlalchemy==1.4.40',
'tables==3.7.0',
'tqdm==4.64.0'
'tqdm==4.64.1'
],
cmdclass=versioneer.get_cmdclass(),

Expand Down

0 comments on commit 5efa9d7

Please sign in to comment.