From 3758db752a3b3f3a5de38cb22019c4796d156a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:37:12 -0500 Subject: [PATCH] Bump the non-major-versions group with 3 updates (#22) Bumps the non-major-versions group with 3 updates: [xarray](https://github.com/pydata/xarray), [eccodes](https://github.com/ecmwf/eccodes-python) and [orjson](https://github.com/ijl/orjson). Updates `xarray` from 2024.10.0 to 2024.11.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/v2024.10.0...v2024.11.0) Updates `eccodes` from 2.28.3 to 2.39.0 - [Release notes](https://github.com/ecmwf/eccodes-python/releases) - [Changelog](https://github.com/ecmwf/eccodes-python/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/ecmwf/eccodes-python/commits/2.39.0) Updates `orjson` from 3.10.11 to 3.10.12 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](https://github.com/ijl/orjson/compare/3.10.11...3.10.12) --- updated-dependencies: - dependency-name: xarray dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: eccodes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-versions - dependency-name: orjson dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-versions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Docker/requirements-api.txt | 4 ++-- Docker/requirements-ingest.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Docker/requirements-api.txt b/Docker/requirements-api.txt index f30ec79..b5c42a0 100644 --- a/Docker/requirements-api.txt +++ b/Docker/requirements-api.txt @@ -10,12 +10,12 @@ fastapi==0.115.5 fastapi-utils==0.8.0 boto3==1.35.68 scipy==1.14.1 -orjson==3.10.11 +orjson==3.10.12 psutil==6.1.0 typing-inspect==0.9.0 watchfiles==0.24.0 dask==2024.11.2 -xarray==2024.10.0 +xarray==2024.11.0 pandas==2.2.3 fastparquet==2024.11.0 javascript==1.2.1 \ No newline at end of file diff --git a/Docker/requirements-ingest.txt b/Docker/requirements-ingest.txt index f3a276e..a2e9592 100644 --- a/Docker/requirements-ingest.txt +++ b/Docker/requirements-ingest.txt @@ -1,10 +1,10 @@ numpy==2.1.3 boto3==1.35.68 netCDF4==1.7.2 -xarray==2024.10.0 +xarray==2024.11.0 cartopy==0.24.1 cfgrib==0.9.14.1 -eccodes==2.28.3 +eccodes==2.39.0 zarr==2.18.3 dask==2024.11.2 s3fs==2024.10.0