Skip to content

Commit

Permalink
Merge pull request #1176 from pyiron/dependabot/pip/tqdm-4.66.1
Browse files Browse the repository at this point in the history
Bump tqdm from 4.65.0 to 4.66.1
  • Loading branch information
jan-janssen authored Aug 14, 2023
2 parents 8f10991 + 93f5120 commit 06e9a60
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 @@ -17,5 +17,5 @@ dependencies:
- pysqa =0.1.0
- pytables =3.8.0
- sqlalchemy =2.0.19
- tqdm =4.65.0
- tqdm =4.66.1
- traitlets =5.9.0
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.1.0',
'sqlalchemy==2.0.19',
'tables==3.8.0',
'tqdm==4.65.0',
'tqdm==4.66.1',
'traitlets==5.9.0',
],
cmdclass=versioneer.get_cmdclass(),
Expand Down

0 comments on commit 06e9a60

Please sign in to comment.