Skip to content

Commit c2205d5

Browse files
Bump cloudpickle from 3.1.0 to 3.1.1 (#34)
* 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: pyiron-runner <[email protected]>
1 parent 076e38f commit c2205d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci_support/environment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
channels:
2-
- conda-forge
2+
- conda-forge
33
dependencies:
4-
- python >=3.9,<3.13
4+
- python >=3.9,<3.13

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ attr = "pyiron_snippets.__version__"
5353

5454
[project.optional-dependencies]
5555
tests = [
56-
"cloudpickle==3.1.0",
56+
"cloudpickle==3.1.1",
5757
]

0 commit comments

Comments
 (0)