From 7737de8a7b534722476022f74a9e21e96ae53e77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 05:06:14 +0000 Subject: [PATCH] chore: update xarray requirement from <0.19 to <2023.2 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...v2023.01.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..76b3a3660f6d3 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<2023.2 cftime pyreadstat tabulate>=0.8.3