From e05b12d5ddb4e1b19241d1223b13f2329519bbfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 15:11:06 +0000 Subject: [PATCH] Bump xarray from 2023.5.0 to 2023.6.0 Bumps [xarray](https://github.com/pydata/xarray) from 2023.5.0 to 2023.6.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/v2023.05.0...v2023.06.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:development update-type: version-update:semver-minor ... 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 f1fda27e..301f78af 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -5,7 +5,7 @@ matplotlib==3.7.1 numpy==1.23.5 pyglotaran==0.7.0 tabulate==0.9.0 -xarray==2023.5.0 +xarray==2023.6.0 # Documentation dependencies -r docs/requirements.txt