From 6d286069d65e7b944a6bace8ef5c2a9f249e53ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 05:09:35 +0000 Subject: [PATCH] chore: update xarray requirement from <0.19 to <2022.12 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.11.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..9c213b714e1a2 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.12 cftime pyreadstat tabulate>=0.8.3