Skip to content

Commit 5f3db0e

Browse files
authored
Merge pull request #290 from pyiron/dependabot/pip/tqdm-4.66.4
Bump tqdm from 4.66.2 to 4.66.4
2 parents 94b2281 + 9828e2d commit 5f3db0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- pyyaml =6.0.1
1111
- jinja2 =3.1.4
1212
- paramiko =3.4.0
13-
- tqdm =4.66.2
13+
- tqdm =4.66.4
1414
- pympipool =0.7.18
1515
- cloudpickle =3.0.0
1616
- jupyter-book =1.0.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ dependencies:
77
- pyyaml =6.0.1
88
- jinja2 =3.1.4
99
- paramiko =3.4.0
10-
- tqdm =4.66.2
10+
- tqdm =4.66.4
1111
- pympipool =0.8.2
1212
- cloudpickle =3.0.0

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- pyyaml =6.0.1
88
- jinja2 =3.1.4
99
- paramiko =3.4.0
10-
- tqdm =4.66.2
10+
- tqdm =4.66.4
1111
- pympipool =0.8.2
1212
- cloudpickle =3.0.0
1313
- flux-core =0.59.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Repository = "https://github.com/pyiron/pysqa"
3939
sge = ["defusedxml==0.7.1"]
4040
remote = [
4141
"paramiko==3.4.0",
42-
"tqdm==4.66.2",
42+
"tqdm==4.66.4",
4343
]
4444
executor = [
4545
"pympipool==0.8.2",

0 commit comments

Comments
 (0)