Skip to content

Commit

Permalink
Bump eccodes from 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
Bumps [eccodes](https://github.com/ecmwf/eccodes-python) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/ecmwf/eccodes-python/releases)
- [Changelog](https://github.com/ecmwf/eccodes-python/blob/develop/CHANGELOG.rst)
- [Commits](ecmwf/eccodes-python@1.6.1...1.7.0)

---
updated-dependencies:
- dependency-name: eccodes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and gutzbenj committed May 11, 2024
1 parent 4e2adcc commit 9bdecee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ tzfpy = ">=0.15.2,<1"

crate = { version = ">=0.30.1,<1", optional = true } # Export feature.
duckdb = { version = ">=0.9", optional = true } # Export feature, Explorer UI feature.
eccodes = { version = ">=1.5.2,<1.7", optional = true }
eccodes = { version = ">=1.5.2,<1.8", optional = true }
fastapi = { version = ">=0.95.1,<0.111", optional = true } # HTTP REST API feature.
httpx = { version = ">=0.24,<0.28", optional = true}
h5py = { version = ">=3.1,<4", optional = true } # Radar feature.
Expand Down

0 comments on commit 9bdecee

Please sign in to comment.