Skip to content

Commit

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

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

---
updated-dependencies:
- dependency-name: cloudpickle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* [dependabot skip] Update environment

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyironrunner <[email protected]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Jan 15, 2025
1 parent e08b765 commit ca46b32
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- myst-parser
- numpy
- openmpi
- cloudpickle =3.1.0
- cloudpickle =3.1.1
- mpi4py =4.0.1
- pyzmq =26.2.0
- flux-core
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- python
- numpy
- mpich
- cloudpickle =3.1.0
- cloudpickle =3.1.1
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- python
- numpy
- openmpi
- cloudpickle =3.1.0
- cloudpickle =3.1.1
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies:
- python
- numpy
- msmpi
- cloudpickle =3.1.0
- cloudpickle =3.1.1
- mpi4py =4.0.1
- pyzmq =26.2.0
- h5py =3.12.1
Expand Down
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:
- python
- numpy
- openmpi
- cloudpickle =3.1.0
- cloudpickle =3.1.1
- mpi4py =4.0.1
- pyzmq =26.2.0
- flux-core =0.59.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
]
dependencies = [
"cloudpickle==3.1.0",
"cloudpickle==3.1.1",
"pyzmq==26.2.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit ca46b32

Please sign in to comment.