Skip to content

Commit 7d4d77b

Browse files
Bump cloudpickle from 3.1.1 to 3.1.2 (#853)
* Bump cloudpickle from 3.1.1 to 3.1.2 Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/cloudpipe/cloudpickle/releases) - [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md) - [Commits](cloudpipe/cloudpickle@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: cloudpickle dependency-version: 3.1.2 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 cde9883 commit 7d4d77b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- openmpi
1111
- sphinx
1212
- sphinx_rtd_theme
13-
- cloudpickle =3.1.1
13+
- cloudpickle =3.1.2
1414
- h5py =3.15.1
1515
- jupyter-book =1.0.0
1616
- mpi4py =4.1.1

.ci_support/environment-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- openmpi
99
- papermill
1010
- atomistics =0.3.0
11-
- cloudpickle =3.1.1
11+
- cloudpickle =3.1.2
1212
- flux-core =0.64.0
1313
- gpaw =25.7.0
1414
- hatchling =1.27.0

.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 =2.3.3
66
- mpich
7-
- cloudpickle =3.1.1
7+
- cloudpickle =3.1.2
88
- h5py =3.15.1
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0

.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 =2.3.3
66
- openmpi
7-
- cloudpickle =3.1.1
7+
- cloudpickle =3.1.2
88
- h5py =3.15.1
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0

.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 =2.3.3
66
- msmpi
7-
- cloudpickle =3.1.1
7+
- cloudpickle =3.1.2
88
- h5py =3.15.1
99
- hatchling =1.27.0
1010
- hatch-vcs =0.5.0

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 =2.3.3
66
- openmpi
7-
- cloudpickle =3.1.1
7+
- cloudpickle =3.1.2
88
- flux-core =0.79.0
99
- flux-pmix =0.6.0
1010
- hatchling =1.27.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
requires = [
33
"hatchling==1.27.0",
44
"hatch-vcs==0.5.0",
5-
"cloudpickle==3.1.1",
5+
"cloudpickle==3.1.2",
66
"pyzmq==27.1.0",
77
]
88
build-backend = "hatchling.build"
@@ -29,7 +29,7 @@ classifiers = [
2929
"Programming Language :: Python :: 3.13",
3030
]
3131
dependencies = [
32-
"cloudpickle==3.1.1",
32+
"cloudpickle==3.1.2",
3333
"pyzmq==27.1.0",
3434
]
3535
dynamic = ["version"]

0 commit comments

Comments
 (0)