Skip to content

Commit

Permalink
Bump cloudpickle from 3.0.0 to 3.1.0 (#489)
Browse files Browse the repository at this point in the history
* Bump cloudpickle from 3.0.0 to 3.1.0

Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/cloudpipe/cloudpickle/releases)
- [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md)
- [Commits](cloudpipe/cloudpickle@3.0.0...v3.1.0)

---
updated-dependencies:
- dependency-name: cloudpickle
  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]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Oct 28, 2024
1 parent d508a2b commit 55d4cf5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- bidict =0.23.1
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- executorlib =0.0.4
- graphviz =9.0.0
- pandas =2.2.3
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- bidict =0.23.1
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- executorlib =0.0.4
- graphviz =9.0.0
- pandas =2.2.3
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- coveralls
- coverage
- bidict =0.23.1
- cloudpickle =3.0.0
- cloudpickle =3.1.0
- executorlib =0.0.4
- graphviz =9.0.0
- pandas =2.2.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
]
dependencies = [
"bidict==0.23.1",
"cloudpickle==3.0.0",
"cloudpickle==3.1.0",
"executorlib==0.0.4",
"graphviz==0.20.3",
"pandas==2.2.3",
Expand Down

0 comments on commit 55d4cf5

Please sign in to comment.