From 3abc0f558acc66fcb0373deddfe8455721426a6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 14:33:11 +0000 Subject: [PATCH] Bump xarray from 2022.12.0 to 2023.1.0 Bumps [xarray](https://github.com/pydata/xarray) from 2022.12.0 to 2023.1.0. - [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/v2022.12.0...v2023.01.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:development update-type: version-update:semver-major ... 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 9132dc8e..0a27fc9f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ matplotlib==3.6.3 numpy==1.22.4 pyglotaran==0.6.0 tabulate==0.9.0 -xarray==2022.12.0 +xarray==2023.1.0 # Documentation dependencies -r docs/requirements.txt