From 9f8b165148784c675c76d7751e6522ff7ef93f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:49:23 +0000 Subject: [PATCH] Bump xarray from 2023.10.0 to 2023.10.1 Bumps [xarray](https://github.com/pydata/xarray) from 2023.10.0 to 2023.10.1. - [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.10.0...v2023.10.1) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 28ab700..d7664b6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -603,17 +603,17 @@ files = [ [[package]] name = "xarray" -version = "2023.10.0" +version = "2023.10.1" description = "N-D labeled arrays and datasets in Python" optional = false python-versions = ">=3.9" files = [ - {file = "xarray-2023.10.0-py3-none-any.whl", hash = "sha256:cae883c10913a081c58f38d0dc39e92cc87e0fbb43e869331c60fd0430e97fb4"}, - {file = "xarray-2023.10.0.tar.gz", hash = "sha256:69ac225b073610672e2d9e77fe18709e3b0ac0220fc8154abef87e02d97c03cf"}, + {file = "xarray-2023.10.1-py3-none-any.whl", hash = "sha256:71ea549e9be6dfeab19c2736acf659967b861aad2397691a80e5fad0c61db2ad"}, + {file = "xarray-2023.10.1.tar.gz", hash = "sha256:9eeee170c3fc2f3321eb6ba40c17ffe4d8c98d49d55e4a3fba66a75bdc7dd9e5"}, ] [package.dependencies] -numpy = ">=1.21" +numpy = ">=1.22" packaging = ">=21.3" pandas = ">=1.4"