Skip to content

Commit

Permalink
Merge pull request #365 from pyiron/dependabot/pip/tqdm-4.67.1
Browse files Browse the repository at this point in the history
Bump tqdm from 4.67.0 to 4.67.1
  • Loading branch information
jan-janssen authored Nov 26, 2024
2 parents cc073ca + e7e02f4 commit 9a0b72c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ dependencies:
- seekpath =2.1.0
- spglib =2.5.0
- structuretoolkit =0.0.28
- tqdm =4.67.0
- tqdm =4.67.1
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ dependencies:
- pylammpsmpi =0.2.26
- jinja2 =3.1.4
- dynaphopy =1.17.16
- tqdm =4.67.0
- tqdm =4.67.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ qe = [
"pwtools==1.2.3"
]
tqdm = [
"tqdm==4.67.0"
"tqdm==4.67.1"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 9a0b72c

Please sign in to comment.