Skip to content

Commit

Permalink
Bump cloudpickle from 2.2.1 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 2.2.1 to 3.0.0.
- [Release notes](https://github.com/cloudpipe/cloudpickle/releases)
- [Changelog](https://github.com/cloudpipe/cloudpickle/blob/master/CHANGES.md)
- [Commits](cloudpipe/cloudpickle@v2.2.1...3.0.0)

---
updated-dependencies:
- dependency-name: cloudpickle
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 16, 2023
1 parent 039819b commit 52f3116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
extras_require={
"sge": ['defusedxml==0.7.1'],
"remote": ['paramiko==3.3.1', 'tqdm==4.66.1'],
"executor": ['pympipool==0.7.1', 'cloudpickle==2.2.1'],
"executor": ['pympipool==0.7.1', 'cloudpickle==3.0.0'],
},
cmdclass=versioneer.get_cmdclass(),
entry_points={
Expand Down

0 comments on commit 52f3116

Please sign in to comment.