Skip to content

Commit

Permalink
Merge pull request #290 from pyiron/dependabot/pip/tqdm-4.66.4
Browse files Browse the repository at this point in the history
Bump tqdm from 4.66.2 to 4.66.4
  • Loading branch information
jan-janssen committed May 11, 2024
2 parents 94b2281 + 9828e2d commit 5f3db0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- pyyaml =6.0.1
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.2
- tqdm =4.66.4
- pympipool =0.7.18
- cloudpickle =3.0.0
- jupyter-book =1.0.0
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
- pyyaml =6.0.1
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.2
- tqdm =4.66.4
- pympipool =0.8.2
- cloudpickle =3.0.0
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pyyaml =6.0.1
- jinja2 =3.1.4
- paramiko =3.4.0
- tqdm =4.66.2
- tqdm =4.66.4
- pympipool =0.8.2
- cloudpickle =3.0.0
- flux-core =0.59.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/pysqa"
sge = ["defusedxml==0.7.1"]
remote = [
"paramiko==3.4.0",
"tqdm==4.66.2",
"tqdm==4.66.4",
]
executor = [
"pympipool==0.8.2",
Expand Down

0 comments on commit 5f3db0e

Please sign in to comment.