Skip to content

Commit

Permalink
Bump the python group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [pyarrow](https://github.com/apache/arrow), [xarray](https://github.com/pydata/xarray) and [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version.

Updates `pyarrow` to 19.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@r-13.0.0...apache-arrow-19.0.0)

Updates `xarray` to 2025.1.1
- [Release notes](https://github.com/pydata/xarray/releases)
- [Changelog](https://github.com/pydata/xarray/blob/main/HOW_TO_RELEASE.md)
- [Commits](pydata/xarray@v2023.01.0...v2025.01.1)

Updates `zarr` to 3.0.1
- [Release notes](https://github.com/zarr-developers/zarr-python/releases)
- [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release-notes.rst)
- [Commits](zarr-developers/zarr-python@v2.13.0...v3.0.1)

---
updated-dependencies:
- dependency-name: pyarrow
  dependency-type: direct:production
  dependency-group: python
- dependency-name: xarray
  dependency-type: direct:production
  dependency-group: python
- dependency-name: zarr
  dependency-type: direct:production
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 60ca82f commit 0febce8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies = [
"platformdirs>=4,<5",
"polars>=1.0.0,<2",
"portion>=2.4.2,<3",
"pyarrow>=13,<19",
"pyarrow>=13,<20",
"pydantic>=2.7.3,<3",
"pydantic-extra-types>=2.10.1,<3",
"pydantic-settings>=2.7.0,<3",
Expand Down Expand Up @@ -138,14 +138,14 @@ explorer = [
export = [
"pandas>=2,<3",
"sqlalchemy>=2,<3",
"xarray>=2023.1,<2025",
"xarray>=2023.1,<2026",
"xlsxwriter>=3.0.9,<4",
"zarr>=2.13,<3",
"zarr>=2.13,<4",
]
export_without_zarr = [
"pandas>=2,<3",
"sqlalchemy>=2,<3",
"xarray>=2023.1,<2025",
"xarray>=2023.1,<2026",
"xlsxwriter>=3.0.9,<4",
]
influxdb = [
Expand Down

0 comments on commit 0febce8

Please sign in to comment.