Skip to content

Commit ca46b32

Browse files
Bump cloudpickle from 3.1.0 to 3.1.1 (#542)
* 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]>
1 parent e08b765 commit ca46b32

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- myst-parser
88
- numpy
99
- openmpi
10-
- cloudpickle =3.1.0
10+
- cloudpickle =3.1.1
1111
- mpi4py =4.0.1
1212
- pyzmq =26.2.0
1313
- flux-core

.ci_support/environment-mpich.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- python
55
- numpy
66
- mpich
7-
- cloudpickle =3.1.0
7+
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- h5py =3.12.1

.ci_support/environment-openmpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- python
55
- numpy
66
- openmpi
7-
- cloudpickle =3.1.0
7+
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- h5py =3.12.1

.ci_support/environment-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- python
55
- numpy
66
- msmpi
7-
- cloudpickle =3.1.0
7+
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- h5py =3.12.1

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies:
44
- python
55
- numpy
66
- openmpi
7-
- cloudpickle =3.1.0
7+
- cloudpickle =3.1.1
88
- mpi4py =4.0.1
99
- pyzmq =26.2.0
1010
- flux-core =0.59.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
"Programming Language :: Python :: 3.13",
2626
]
2727
dependencies = [
28-
"cloudpickle==3.1.0",
28+
"cloudpickle==3.1.1",
2929
"pyzmq==26.2.0",
3030
]
3131
dynamic = ["version"]

0 commit comments

Comments
 (0)