From 42a1f4bc2649594042ce1526dc730dea50dfdb52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 19:12:58 +0000 Subject: [PATCH] Bump xarray from 2023.12.0 to 2024.1.0 Bumps [xarray](https://github.com/pydata/xarray) from 2023.12.0 to 2024.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/v2023.12.0...v2024.01.0) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index f2991e4..eb6d531 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2691,19 +2691,19 @@ files = [ [[package]] name = "xarray" -version = "2023.12.0" +version = "2024.1.0" description = "N-D labeled arrays and datasets in Python" optional = false python-versions = ">=3.9" files = [ - {file = "xarray-2023.12.0-py3-none-any.whl", hash = "sha256:3c22b6824681762b6c3fcad86dfd18960a617bccbc7f456ce21b43a20e455fb9"}, - {file = "xarray-2023.12.0.tar.gz", hash = "sha256:4565dbc890de47e278346c44d6b33bb07d3427383e077a7ca8ab6606196fd433"}, + {file = "xarray-2024.1.0-py3-none-any.whl", hash = "sha256:df040f835441babf0a04c0bd6eacf7780f7dad6044a86603b16f6b4d204a99bd"}, + {file = "xarray-2024.1.0.tar.gz", hash = "sha256:56b4bcb7c7be2e31143608261c1608c0e52579b8a51ba1b240bc2509e04d28d0"}, ] [package.dependencies] -numpy = ">=1.22" -packaging = ">=21.3" -pandas = ">=1.4" +numpy = ">=1.23" +packaging = ">=22" +pandas = ">=1.5" [package.extras] accel = ["bottleneck", "flox", "numbagg", "opt-einsum", "scipy"] @@ -2794,4 +2794,4 @@ paramdb = ["paramdb"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a9367bf4a10bc8bd3fb83857580618d929c4bf2dc223cd9ee063ff526478cece" +content-hash = "dce249b7f224c4f465f01fb245c9def34d0e561308b36efcee905c3a2a5265e9" diff --git a/pyproject.toml b/pyproject.toml index 403b1dd..82e636e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ repository = "https://github.com/PainterQubits/datalogger" python = "^3.9" typing-extensions = "^4.9.0" numpy = "^1.26.3" -xarray = "^2023.12.0" +xarray = "^2024.1.0" netcdf4 = "^1.6.5" paramdb = { version = "^0.10.2", optional = true }