From ceb7de81509e670650bdce286f761a92620d9650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Oct 2021 17:20:47 +0000 Subject: [PATCH] chore: update xarray requirement from <0.19 to <0.20 Updates the requirements on [xarray](https://github.com/pydata/xarray) to permit the latest version. - [Release notes](https://github.com/pydata/xarray/releases) - [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md) - [Commits](https://github.com/pydata/xarray/compare/v0.1...v0.19.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 14b9ac8a9393e..d3fcbf20fba48 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -73,7 +73,7 @@ aiobotocore fsspec>=0.7.4 gcsfs>=0.6.0 sqlalchemy -xarray<0.19 +xarray<0.20 cftime pyreadstat tabulate>=0.8.3