Skip to content

Commit

Permalink
pip prod(deps): update distributed requirement from <2023.4 to <2023.5
Browse files Browse the repository at this point in the history
Updates the requirements on [distributed](https://github.com/dask/distributed) to permit the latest version.
- [Release notes](https://github.com/dask/distributed/releases)
- [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md)
- [Commits](dask/distributed@1.1.0...2023.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 17, 2023
1 parent 096f6df commit 3c97fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ click<9.0
multidict
anytree>=2.4.3,<=2.8
pyrevolve>=2.1.3
distributed<2023.4
distributed<2023.5
pytest>=7.2,<8.0
pytest-runner
pytest-cov

0 comments on commit 3c97fa1

Please sign in to comment.