Skip to content

Commit

Permalink
Bump cloudpickle from 3.1.0 to 3.1.1 (#34)
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: pyiron-runner <[email protected]>
  • Loading branch information
dependabot[bot] and pyiron-runner authored Jan 20, 2025
1 parent 076e38f commit c2205d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
channels:
- conda-forge
- conda-forge
dependencies:
- python >=3.9,<3.13
- python >=3.9,<3.13
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ attr = "pyiron_snippets.__version__"

[project.optional-dependencies]
tests = [
"cloudpickle==3.1.0",
"cloudpickle==3.1.1",
]

0 comments on commit c2205d5

Please sign in to comment.