Skip to content

Commit d636013

Browse files
Bump executorlib from 1.2.1 to 1.4.0 (#654)
* Bump executorlib from 1.2.1 to 1.4.0 Bumps [executorlib](https://github.com/pyiron/executorlib) from 1.2.1 to 1.4.0. - [Release notes](https://github.com/pyiron/executorlib/releases) - [Commits](pyiron/executorlib@executorlib-1.2.1...executorlib-1.4.0) --- updated-dependencies: - dependency-name: executorlib dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment * [dependabot skip] Update env file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyiron-runner <[email protected]>
1 parent 0438fe6 commit d636013

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- bidict =0.23.1
55
- cloudpickle =3.1.1
6-
- executorlib =1.2.1
6+
- executorlib =1.4.0
77
- graphviz =9.0.0
88
- pandas =2.3.0
99
- pint =0.24.4

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- bidict =0.23.1
55
- cloudpickle =3.1.1
6-
- executorlib =1.2.1
6+
- executorlib =1.4.0
77
- graphviz =9.0.0
88
- pandas =2.3.0
99
- pint =0.24.4

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- versioneer
1010
- bidict =0.23.1
1111
- cloudpickle =3.1.1
12-
- executorlib =1.2.1
12+
- executorlib =1.4.0
1313
- graphviz =9.0.0
1414
- pandas =2.3.0
1515
- pint =0.24.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ classifiers = [
3535
dependencies = [
3636
"bidict==0.23.1",
3737
"cloudpickle==3.1.1",
38-
"executorlib==1.2.1",
38+
"executorlib==1.4.0",
3939
"graphviz==0.20.3",
4040
"pandas==2.3.0",
4141
"pint==0.24.4",

0 commit comments

Comments
 (0)