Skip to content

Commit

Permalink
build(deps): update cloudpickle requirement from <=3.1.0,>1.3 to >1.3…
Browse files Browse the repository at this point in the history
…,<=3.1.1 in /requirements (#2913)

build(deps): update cloudpickle requirement in /requirements

Updates the requirements on [cloudpickle](https://github.com/cloudpipe/cloudpickle) to permit the latest version.
- [Release notes](https://github.com/cloudpipe/cloudpickle/releases)
- [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md)
- [Commits](cloudpipe/cloudpickle@v1.4.0...v3.1.1)

---
updated-dependencies:
- dependency-name: cloudpickle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 5b0e9b8 commit 520a868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ psutil ==6.*
pyGithub >2.0.0, <2.6.0
fire ==0.7.*

cloudpickle >1.3, <=3.1.0
cloudpickle >1.3, <=3.1.1
scikit-learn ==1.2.*; python_version < "3.9"
scikit-learn ==1.6.*; python_version > "3.8" # we do not use `> =` because of oldest replcement
cachier ==3.1.2

0 comments on commit 520a868

Please sign in to comment.