From 9339ef6a97b6b5d48dad6790872192c3ba10c9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 00:48:12 +0000 Subject: [PATCH] Bump cfgrib from 0.9.10.4 to 0.9.11.0 in the python-dependencies group Bumps the python-dependencies group with 1 update: [cfgrib](https://github.com/ecmwf/cfgrib). Updates `cfgrib` from 0.9.10.4 to 0.9.11.0 - [Changelog](https://github.com/ecmwf/cfgrib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ecmwf/cfgrib/compare/0.9.10.4...0.9.11.0) --- updated-dependencies: - dependency-name: cfgrib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 017ff79..8eda6b5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -96,13 +96,13 @@ pycparser = "*" [[package]] name = "cfgrib" -version = "0.9.10.4" +version = "0.9.11.0" description = "Python interface to map GRIB files to the NetCDF Common Data Model following the CF Convention using ecCodes." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "cfgrib-0.9.10.4-py3-none-any.whl", hash = "sha256:563416811cd53a861acf47998ef21769accba641b1715d2af4d7e165c4868beb"}, - {file = "cfgrib-0.9.10.4.tar.gz", hash = "sha256:b490078192aa13ec89c77296110355521442325866b16a996f4b3cf421542909"}, + {file = "cfgrib-0.9.11.0-py3-none-any.whl", hash = "sha256:87a77fbe3708f1a0507585f6def5bd4847a986a165829397a663f5030b6e55d6"}, + {file = "cfgrib-0.9.11.0.tar.gz", hash = "sha256:b2e1e030a53d9ef8028145943c1560c90b3bc324891766f02905a1d714434a1c"}, ] [package.dependencies] @@ -1461,4 +1461,4 @@ viz = ["matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a85cff0af63483f3f3c226b7cd90644e12ac4fd0eee56af1eb1f75af85ac40a0" +content-hash = "00082a625d62ae56abea9f02f78c31d4058b886910d1fd2de94c1a3df5199d8b" diff --git a/pyproject.toml b/pyproject.toml index db8af8b..b1a8bed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ python = "^3.11" pyyaml = "^6.0.1" xarray = "^2024.3.0" netcdf4 = "^1.6.5" -cfgrib = "^0.9.10.4" +cfgrib = "^0.9.11.0" couchbase = "^4.2.0" pyproj = "^3.6.1" numpy = "^1.26.4"