From afc36f180246d3b3253976b7edb944e9620abcf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 05:30:40 +0000 Subject: [PATCH] chore: update xarray requirement from <0.19 to <2022.7 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...v2022.06.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..1389eae8b5c90 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<2022.7 cftime pyreadstat tabulate>=0.8.3