Skip to content

Commit 0bf65a0

Browse files
authored
Merge pull request #318 from pyiron/dependabot/pip/tqdm-4.66.5
Bump tqdm from 4.66.4 to 4.66.5
2 parents 3183a8b + c339163 commit 0bf65a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.ci_support/environment-docs.yml

+1-1
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.4
13+
- tqdm =4.66.5
1414
- executorlib =0.0.1
1515
- cloudpickle =3.0.0
1616
- jupyter-book =1.0.0

.ci_support/environment.yml

+1-1
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.4
10+
- tqdm =4.66.5
1111
- executorlib =0.0.1
1212
- cloudpickle =3.0.0

binder/environment.yml

+1-1
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.4
10+
- tqdm =4.66.5
1111
- executorlib =0.0.1
1212
- cloudpickle =3.0.0
1313
- flux-core =0.59.0

pyproject.toml

+1-1
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.4",
42+
"tqdm==4.66.5",
4343
]
4444
executor = [
4545
"executorlib==0.0.1",

0 commit comments

Comments
 (0)