From ca7c6752ba611ab68fa170a00081d09037af69e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 07:41:22 +0000 Subject: [PATCH] build(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3b0f4fa..e95adc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1517,13 +1517,13 @@ files = [ [[package]] name = "xarray" -version = "2022.12.0" +version = "2023.1.0" description = "N-D labeled arrays and datasets in Python" optional = false python-versions = ">=3.8" files = [ - {file = "xarray-2022.12.0-py3-none-any.whl", hash = "sha256:eaf3e4c0b62faebf7965f272ce76bc2fc1c9d93c2b966a390e929ef082a796dd"}, - {file = "xarray-2022.12.0.tar.gz", hash = "sha256:083d08e552a7647c7ece136dfa3a4b6a1379256beb55bbed8b8ddf05f1e14ec7"}, + {file = "xarray-2023.1.0-py3-none-any.whl", hash = "sha256:7e530b1deafdd43e5c2b577d0944e6b528fbe88045fd849e49a8d11871ecd522"}, + {file = "xarray-2023.1.0.tar.gz", hash = "sha256:7bee552751ff1b29dab8b7715726e5ecb56691ac54593cf4881dff41978ce0cd"}, ] [package.dependencies] @@ -1582,4 +1582,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "160a9f894ed2d9b804b892bee800c7e0338f3ef4df3dbb3738f94d503501f623" +content-hash = "7a287ffc2502aec045ce20717dc9a7936ab697482f3fef09922ca00d4009650d" diff --git a/pyproject.toml b/pyproject.toml index 432893e..530ba95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ click = "^8.0.1" cftime = "^1.5.0" netCDF4 = "^1.5.8" superposed-pulses = "^1.3" -xarray = ">=0.21.1,<2022.13.0" +xarray = ">=0.21.1,<2023.2.0" wget = "^3.2" dask = ">=2022.3,<2024.0" cosmoplots = "^0.1.5"