Skip to content

Commit f4263e7

Browse files
authored
Merge pull request #266 from pyiron/tqdm
Update tqdm to 4.66.2
2 parents 2ff520b + c36fd37 commit f4263e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ dependencies:
1111
- jinja2 =3.1.3
1212
- paramiko =3.4.0
1313
- tqdm =4.66.2
14-
- pympipool =0.7.11
14+
- pympipool =0.7.13
1515
- cloudpickle =3.0.0

.ci_support/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ dependencies:
88
- jinja2 =3.1.3
99
- paramiko =3.4.0
1010
- tqdm =4.66.2
11-
- pympipool =0.7.11
11+
- pympipool =0.7.13
1212
- cloudpickle =3.0.0

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Repository = "https://github.com/pyiron/pysqa"
4040
sge = ["defusedxml==0.7.1"]
4141
remote = [
4242
"paramiko==3.4.0",
43-
"tqdm==4.66.1",
43+
"tqdm==4.66.2",
4444
]
4545
executor = [
46-
"pympipool==0.7.11",
46+
"pympipool==0.7.13",
4747
"cloudpickle==3.0.0",
4848
]
4949
twofactor = ["pyauthenticator==0.2.0"]

0 commit comments

Comments
 (0)