Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python group across 1 directory with 3 updates #1408

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2025

Updates the requirements on pyarrow, xarray and zarr to permit the latest version.
Updates pyarrow to 19.0.0

Release notes

Sourced from pyarrow's releases.

Apache Arrow 19.0.0

Release Notes URL: https://arrow.apache.org/release/19.0.0.html

Commits
  • a999eac MINOR: [Release] Update versions for 19.0.0
  • f6b7bc8 MINOR: [Release] Update .deb/.rpm changelogs for 19.0.0
  • 848fde3 MINOR: [Release] Update CHANGELOG.md for 19.0.0
  • 8677e33 GH-45175: [Python] Honor the strings_to_categorical keyword in to_pandas for ...
  • f41f590 GH-45166: [CI][C++] Upgrade Alpine Linux to 3.18 from 3.16 (#45168)
  • 8cff21f GH-45178: [CI] Remove clcache related codes (#45182)
  • 777797e GH-45183: [C++][Release] Add llvm-dev back to setup-ubuntu.sh (#45184)
  • 14dc66d MINOR: [C#] Bump coverlet.collector from 6.0.2 to 6.0.3 in /csharp (#45179)
  • a931aff GH-45073: [C++][Parquet] Fix generation of repetition levels for encryption t...
  • ada8750 GH-44563: [C++] FunctionOptions::{Serialize,Deserialize}() return an error ...
  • Additional commits viewable in compare view

Updates xarray to 2025.1.1

Changelog

Sourced from xarray's changelog.

How to issue an xarray release in 16 easy steps

Time required: about an hour.

These instructions assume that upstream refers to the main repository:

$ git remote -v
{...}
upstream        https://github.com/pydata/xarray (fetch)
upstream        https://github.com/pydata/xarray (push)
  1. Ensure your main branch is synced to upstream:

    git switch main
    git pull upstream main
  2. Add a list of contributors. First fetch all previous release tags so we can see the version number of the last release was:

    git fetch upstream --tags

    Then run

    python ci/release_contributors.py

    (needs gitpython and toolz / cytoolz)

    and copy the output.

  3. Write a release summary: ~50 words describing the high level features. This will be used in the release emails, tweets, GitHub release notes, etc.

  4. Look over whats-new.rst and the docs. Make sure "What's New" is complete (check the date!) and add the release summary at the top. Things to watch out for:

    • Important new features should be highlighted towards the top.
    • Function/method references should include links to the API docs.
    • Sometimes notes get added in the wrong section of whats-new, typically due to a bad merge. Check for these before a release by using git diff, e.g., git diff v{YYYY.MM.X-1} whats-new.rst where {YYYY.MM.X-1} is the previous release.
  5. Open a PR with the release summary and whatsnew changes; in particular the release headline should get feedback from the team on what's important to include.

... (truncated)

Commits

Updates zarr to 3.0.1

Release notes

Sourced from zarr's releases.

v3.0.1

What's Changed

New Contributors

Full Changelog: zarr-developers/zarr-python@v3.0.0...v3.0.1

Changelog

Sourced from zarr's changelog.

3.0.1 (Jan. 17, 2025)

Bug fixes

* Fixes ``order`` argument for Zarr format 2 arrays (:issue:`2679`).
  • Fixes a bug that prevented reading Zarr format 2 data with consolidated
    metadata written using zarr-python version 2 (:issue:2694).

  • Ensure that compressor=None results in no compression when writing Zarr
    format 2 data (:issue:2708).

  • Fix for empty consolidated metadata dataset: backwards compatibility with
    Zarr-Python 2 (:issue:2695).

Documentation

  • Add v3.0.0 release announcement banner (:issue:2677).

  • Quickstart guide alignment with V3 API (:issue:2697).

  • Fix doctest failures related to numcodecs 0.15 (:issue:2727).

Other

* Removed some unnecessary files from the source distribution
  to reduce its size. (:issue:`2686`).
  • Enable codecov in GitHub actions (:issue:2682).

  • Speed up hypothesis tests (:issue:2650).

  • Remove multiple imports for an import name (:issue:2723).

.. _release_3.0.0:

3.0.0 (Jan. 9, 2025)

3.0.0 is a new major release of Zarr-Python, with many breaking changes.
See the :ref:v3 migration guide for a listing of what's changed.

Normal release note service will resume with further releases in the 3.0.0
series.

Release notes for the zarr-python 2.x and 1.x releases can be found here:
https://zarr.readthedocs.io/en/support-v2/release.html

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 20, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 21, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 21, 2025
@dependabot dependabot bot deleted the dependabot/pip/python-b13abb8f76 branch January 21, 2025 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants