Skip to content

Commit

Permalink
Update dask requirement from <=2023.10.1,>=2020 to >=2020,<=2023.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [dask](https://github.com/dask/dask) to permit the latest version.
- [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md)
- [Commits](dask/dask@2020.12.0...2023.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Dec 7, 2023
1 parent d16911c commit 1a25dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ influxdb = [
]
io = [
"cr8",
"dask<=2023.10.1,>=2020",
"dask>=2020,<=2023.11.0",
"pandas<3,>=1",
]
mongodb = [
Expand Down

0 comments on commit 1a25dfe

Please sign in to comment.