Skip to content

Commit

Permalink
pip prod(deps): update distributed requirement from <=2022.2 to <2022.3
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...2022.02.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2022
1 parent 9b7592e commit 3fa33b7
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 @@ -14,7 +14,7 @@ codecov
multidict
anytree>=2.4.3,<=2.8
pyrevolve>=2.1.3
distributed<=2022.2
distributed<2022.3
pytest>=3.6,<8.0
pytest-runner
pytest-cov

0 comments on commit 3fa33b7

Please sign in to comment.