Skip to content

Commit

Permalink
Bump cloudpathlib from 0.18.1 to 0.20.0
Browse files Browse the repository at this point in the history
Bumps [cloudpathlib](https://github.com/drivendataorg/cloudpathlib) from 0.18.1 to 0.20.0.
- [Release notes](https://github.com/drivendataorg/cloudpathlib/releases)
- [Changelog](https://github.com/drivendataorg/cloudpathlib/blob/master/HISTORY.md)
- [Commits](drivendataorg/cloudpathlib@v0.18.1...v0.20.0)

---
updated-dependencies:
- dependency-name: cloudpathlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 19, 2024
1 parent 79b1d0d commit e9eee2d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
37 changes: 29 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = [ "python", "cellprofiler", "single-cell-analysis", "way-lab" ]
[tool.poetry.dependencies]
python = ">=3.9,<3.14"
pyarrow = ">=13.0.0"
cloudpathlib = { extras = [ "all", "s3" ], version = "^0.18.0" }
cloudpathlib = { extras = [ "all", "s3" ], version = ">=0.18,<0.21" }
duckdb = ">=0.8.0,!=0.10.0,>=0.10.1"
parsl = ">=2023.9.25"
numpy = [
Expand Down

0 comments on commit e9eee2d

Please sign in to comment.