Skip to content

Commit ef4b08a

Browse files
authored
Merge pull request #262 from pyiron/dependabot/pip/pympipool-0.7.11
Bump pympipool from 0.7.9 to 0.7.11
2 parents f446e94 + 0862ece commit ef4b08a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
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.1
14-
- pympipool =0.7.9
14+
- pympipool =0.7.11
1515
- cloudpickle =3.0.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
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.1
11-
- pympipool =0.7.9
11+
- pympipool =0.7.11
1212
- cloudpickle =3.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ remote = [
4343
"tqdm==4.66.1",
4444
]
4545
executor = [
46-
"pympipool==0.7.9",
46+
"pympipool==0.7.11",
4747
"cloudpickle==3.0.0",
4848
]
4949
twofactor = ["pyauthenticator==0.2.0"]

0 commit comments

Comments
 (0)